:root {
  --primary:     #1E2B3C;
  --accent:      #2C6BED;
  --accent-dark: #1a55d4;
  --light:       #F5F5F0;
  --white:       #ffffff;
  --text:        #111111;
  --muted:       #555555;
  --border:      #e0e0dc;
  --heading:     'Raleway', sans-serif;
  --body:        'DM Sans', sans-serif;
  --radius:      8px;
  --shadow:      0 4px 24px rgba(0,0,0,0.08);
  --shadow-md:   0 8px 40px rgba(0,0,0,0.12);
}
