:root {
  --blue: #1F3579;
  --blue-dark: #0F1E4A;
  --gold: #FFD240;
  --gold-dark: #E6BC30;
  --cream: #FAF7F2;
  --cream-dark: #F2EDE4;
  --page-bg: #FAF7F2;
  --text-primary: #111111;
  --text-secondary: color-mix(in srgb, #111111 72%, #7A7570);
  --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: 6px;
  --radius-full: 2px;
  --brand-gradient: linear-gradient(120deg, #0F1E4A 0%, #1F3579 48%, #E6BC30 108%);
}