:root {
  /* Brand */
  --brand: #124b89;
  --brand-deep: #0a2540;
  --brand-mid: #1a5a9e;
  --brand-light: #44b4e7;
  --brand-glow: #7dd8ff;
  --accent: #f0a020;
  --accent-soft: #fff4e0;

  /* Neutrals */
  --ink: #0f1c2e;
  --ink-2: #2d3f52;
  --muted: #64748b;
  --line: #e2e8f0;
  --surface: #ffffff;
  --surface-2: #f4f8fc;
  --surface-3: #eaf2fa;

  --radius: 16px;
  --radius-sm: 8px;
  --radius-lg: 24px;
  --radius-pill: 999px;

  --shadow: 0 20px 50px rgba(10, 37, 64, 0.12);
  --shadow-sm: 0 8px 24px rgba(10, 37, 64, 0.08);
  --shadow-glow: 0 0 0 1px rgba(68, 180, 231, 0.15), 0 20px 40px rgba(18, 75, 137, 0.15);

  --font-display: 'Oswald', sans-serif;
  --font-body: 'Manrope', system-ui, sans-serif;

  --container: 1200px;
  --header-h: 72px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
