:root {
  --blue: #1F3579;
  --blue-dark: #0F1E4A;
  --gold: #FFD240;
  --gold-dark: #E6BC30;
  --cream: #FAF7F2;
  --cream-dark: #F2EDE4;
  --text-primary: #111111;
  --text-muted: #7A7570;
  --font-heading: 'Jost', 'Futura', 'Century Gothic', 'Trebuchet MS', sans-serif;
  --font-body: 'Lato', system-ui, -apple-system, sans-serif;
  --font-display: 'Cormorant Garamond', 'Garamond', 'Georgia', serif;
  --container-max: 1400px;
  --section-pad-y: clamp(4rem, 8vw, 8rem);
  --radius-lg: 16px;
  --radius-full: 9999px;
}