/* Doyo Theme - Primary: #4650A2 (Indigo), Secondary: #EEA204 (Gold) */
:root {
  /* Primary - Indigo */
  --theme-primary-50: #f0f1f8;
  --theme-primary-100: #e0e2f0;
  --theme-primary-200: #c1c5e1;
  --theme-primary-300: #9da4cf;
  --theme-primary-400: #7680bb;
  --theme-primary-500: #4650a2;
  --theme-primary-600: #3a4288;
  --theme-primary-700: #2e356d;
  --theme-primary-800: #232853;
  --theme-primary-900: #181c3a;
  --theme-primary-950: #0e1024;

  /* Secondary - Gold */
  --theme-secondary-50: #fefbf0;
  --theme-secondary-100: #fdf5d6;
  --theme-secondary-200: #fbeaad;
  --theme-secondary-300: #f7d97a;
  --theme-secondary-400: #f2c442;
  --theme-secondary-500: #eea204;
  --theme-secondary-600: #c58503;
  --theme-secondary-700: #966603;
  --theme-secondary-800: #6a4902;
  --theme-secondary-900: #3f2c01;
  --theme-secondary-950: #251a01;
}
