@import "tailwindcss";

@theme {
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
  --color-brand-primary: #16A34A;
  --color-brand-secondary: #22C55E;
  --color-brand-accent: #15803D;
  --color-brand-dark: #111827;
  --color-brand-light: #F9FAFB;
  --color-brand-gray: #E5E7EB;
  --color-gray-50: #F9FAFB;
  --color-gray-100: #E5E7EB;
  --color-gray-200: #D1D5DB;
  --color-gray-500: #6B7280;
  --color-gray-700: #374151;
  --color-gray-900: #111827;
}
