:root {
  /* Colors */
  --primary:   #001C49;   /* header, footer, headings, primary buttons */
  --secondary: #CC0001;   /* CTAs, accents, active breadcrumb */
  --ink:       #222222;   /* body text (light black) */
  --muted:     #4A4A4A;   /* captions, excluded items (dark grey) */
  --line:      #E5E7EB;   /* borders */
  --surface:   #F5F7FA;   /* alternating sections, cards */
  --white:     #FFFFFF;
  --whatsapp:  #25D366;

  /* Typography */
  --font-heading: 'Manrope', sans-serif;
  --font-body: 'Instrument Sans', sans-serif;

  /* Spacing Scale */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 32px;
  --space-lg: 64px;
  --space-xl: 96px;

  /* Layout */
  --container-max: 1200px;
  --container-max-lg: 1320px;
}
