:root {
  --color-primary-dark: #052E55;
  --color-primary: #0351A1;
  --color-bg-light: #F1EBEB;
  --color-accent: #F19C04;
  --color-accent-hover: #F1B205;

  --color-white: #FFFFFF;
  --color-text-dark: #2D3748;

  --font-headings: 'Montserrat', sans-serif;
  --font-body: 'Inter', sans-serif;

  /* Shared section rhythm: fluid so mobile/desktop share one rule instead of per-section breakpoints */
  --section-space-y: clamp(4.8rem, 8vw, 8rem);
  --section-space-x: clamp(2rem, 4vw, 3.2rem);
  --container-max-width: 120rem;
}
