/* Color Profile: Royal Blue & Orange */
:root {
  --primary: #1d4ed8;
  --primary-rgb: 29, 78, 216;
  --primary-dark: #1e3a8a;
  --primary-light: #3b82f6;

  --accent: #ea580c;
  --accent-rgb: 234, 88, 12;
  --accent-light: #fb923c;

  --surface: #eff6ff;
  --surface-alt: #dbeafe;

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

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

  --gradient-start: #1d4ed8;
  --gradient-end: #3b82f6;
}
