:root {
  --color-navy-950: #06151d;
  --color-navy-900: #091d28;
  --color-navy-800: #113342;
  --color-navy-700: #1e4858;
  --color-green-600: #099e44;
  --color-green-700: #047a35;
  --color-green-100: #daf3e4;
  --color-mint-50: #f1f8f3;
  --color-sand-50: #fafbf8;
  --color-sand-100: #f2f4ee;
  --color-white: #ffffff;
  --color-ink: #10242d;
  --color-text: #3f525b;
  --color-muted: #687981;
  --color-border: #d7e0dc;
  --color-focus: #f5c451;

  --font-sans: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Segoe UI", "Helvetica Neue", Arial, sans-serif;

  --text-xs: 0.78rem;
  --text-sm: 0.9rem;
  --text-base: 1rem;
  --text-lg: clamp(1.05rem, 1.5vw, 1.22rem);
  --text-xl: clamp(1.35rem, 2.2vw, 1.75rem);
  --text-2xl: clamp(2rem, 4.5vw, 3.75rem);
  --text-hero: clamp(3rem, 7.3vw, 6.8rem);

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --space-10: 8rem;

  --radius-sm: 0.5rem;
  --radius-md: 0.9rem;
  --radius-lg: 1.4rem;
  --radius-pill: 999px;

  --shadow-sm: 0 10px 30px rgb(6 21 29 / 8%);
  --shadow-md: 0 24px 70px rgb(6 21 29 / 15%);
  --shadow-green: 0 16px 35px rgb(4 122 53 / 24%);

  --container: 75rem;
  --header-height: 5rem;
  --transition-fast: 180ms ease;
  --transition-base: 260ms ease;

  --z-header: 40;
  --z-menu: 50;
  --z-floating: 60;
}
