/* Color Profile: Navy & Amber */
:root {
  --primary: #1e3a5f;
  --primary-rgb: 30, 58, 95;
  --primary-dark: #152a45;
  --primary-light: #2d5a8f;

  --accent: #d97706;
  --accent-rgb: 217, 119, 6;
  --accent-light: #fbbf24;

  --surface: #faf8f5;
  --surface-alt: #f5f0ea;

  --text-on-primary: #fff;
  --text-on-surface: #1a1a1a;

  --cta-bg: #d97706;
  --cta-text: #fff;

  --gradient-start: #1e3a5f;
  --gradient-end: #2d5a8f;
}
