/*
 * WozaNow Brand Theme
 * Primary: Green #009E60
 * Secondary: Yellow #FFC72C
 * Accent: Red #E63946
 *
 * These CSS custom properties override the Cravo defaults defined in
 * tailwind.config.js fallbacks. The shared @cravo/theme package reads
 * --brand-primary etc. from :root.
 */
:root {
  /* Primary ramp — WozaNow Green */
  --brand-primary-50: #e6f7ef;
  --brand-primary-100: #ccefdf;
  --brand-primary-200: #99dfbf;
  --brand-primary-300: #66cf9f;
  --brand-primary-400: #33bf7f;
  --brand-primary: #009e60;
  --brand-primary-500: #009e60;
  --brand-primary-600: #008a55;
  --brand-primary-700: #006640;
  --brand-primary-800: #00472d;
  --brand-primary-900: #002e1d;

  /* Secondary — WozaNow Yellow */
  --brand-secondary: #ffc72c;

  /* Accent — WozaNow Red */
  --brand-accent: #e63946;
}
