/* Vegie Theme - Primary: #74A442 (Green), Secondary: #FFA406 (Orange) */
:root {
  /* Primary - Green */
  --theme-primary-50: #f4f8ef;
  --theme-primary-100: #e8f1df;
  --theme-primary-200: #d1e3bf;
  --theme-primary-300: #b3cf96;
  --theme-primary-400: #93ba6c;
  --theme-primary-500: #74a442;
  --theme-primary-600: #608937;
  --theme-primary-700: #4c6d2c;
  --theme-primary-800: #395221;
  --theme-primary-900: #253616;
  --theme-primary-950: #18240e;

  /* Secondary - Orange */
  --theme-secondary-50: #fff7eb;
  --theme-secondary-100: #ffeed6;
  --theme-secondary-200: #ffddad;
  --theme-secondary-300: #ffc97a;
  --theme-secondary-400: #ffb142;
  --theme-secondary-500: #ffa406;
  --theme-secondary-600: #d48805;
  --theme-secondary-700: #a36a04;
  --theme-secondary-800: #734b03;
  --theme-secondary-900: #422c02;
  --theme-secondary-950: #2b1c01;
}
