:root {
  --navy: #0e2b67;
  --navy-dark: #002c6b;
  --navy-deep: #060d1f;
  --blue: #0067ff;
  --blue-hover: #0052cc;
  --blue-a11y: #005ce6;
  --blue-soft: #e8f0ff;
  --mint: #72f5c4;
  --mint-strong: #4ce5aa;
  --mint-soft: #e6fdf3;
  --light-bg: #e7f6ff;
  --white: #ffffff;
  --red-alert: #dc2626;

  --gray-50: #f8fafc;
  --gray-100: #eef2f5;
  --gray-200: #e2e8f0;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --gray-600: #5a6b7d;
  --gray-700: #3d4a5c;
  --gray-900: #0f172a;

  --text-on-dark: #ffffff;
  --text-on-dark-secondary: #cbd5e1;
  --text-on-dark-tertiary: #b0c4de;

  --shadow-sm: 0 2px 8px rgba(14, 43, 103, 0.08);
  --shadow-md: 0 4px 16px rgba(14, 43, 103, 0.12);
  --shadow-lg: 0 16px 48px rgba(14, 43, 103, 0.22);

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 50px;

  --space-4: 4px;
  --space-8: 8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-24: 24px;
  --space-32: 32px;
  --space-40: 40px;
  --space-48: 48px;
  --space-64: 64px;
  --space-80: 80px;

  --font-display: "Montserrat", system-ui, sans-serif;
  --font-body: "Lato", system-ui, sans-serif;

  --focus-ring: 0 0 0 3px rgba(0, 103, 255, 0.35);
  --transition-default: 0.3s ease;
  --container: 1140px;
}
