/* Gulf Blue Theme - Primary: #031155 (Navy), Secondary: #033734 (Teal) */
:root {
  /* Primary - Navy */
  --theme-primary-50: #e8ebf4;
  --theme-primary-100: #d1d6e9;
  --theme-primary-200: #a3add3;
  --theme-primary-300: #7584bd;
  --theme-primary-400: #4a5ca6;
  --theme-primary-500: #031155;
  --theme-primary-600: #030e47;
  --theme-primary-700: #020b38;
  --theme-primary-800: #02082a;
  --theme-primary-900: #01051b;
  --theme-primary-950: #010310;

  /* Secondary - Teal */
  --theme-secondary-50: #e8f2f1;
  --theme-secondary-100: #d1e4e3;
  --theme-secondary-200: #a3c9c7;
  --theme-secondary-300: #75aeab;
  --theme-secondary-400: #4a9490;
  --theme-secondary-500: #033734;
  --theme-secondary-600: #032e2c;
  --theme-secondary-700: #022422;
  --theme-secondary-800: #021b19;
  --theme-secondary-900: #01110f;
  --theme-secondary-950: #010a09;
}
