:root {
  /* Colors */
  --color-cream: #F3ECE2;
  --color-cream-2: #FBF7F1;
  --color-navy: #0E1B2E;
  --color-navy-2: #15243B;
  --color-white: #FFFFFF;
  --color-text-dark: #16181B;
  --color-text-muted: #6B6F76;
  --color-text-on-navy: #E7E9ED;
  --color-text-on-navy-muted: #9CA6B5;
  --color-accent: #C9A056; /* warm gold, sparing use: hover states, icons */
  --color-border: rgba(14, 27, 46, 0.12);
  --color-border-on-navy: rgba(255, 255, 255, 0.12);

  /* Typography */
  --font-heading: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Inter', sans-serif;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2rem;
  --text-4xl: 2.75rem;
  --text-5xl: 3.5rem;

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  /* Misc */
  --radius-pill: 999px;
  --radius-card: 18px;
  --shadow-card: 0 20px 50px rgba(14, 27, 46, 0.12);
}
