:root {
  --color-navy-950: #000000;
  --color-navy-900: #0a0a0a;
  --color-navy-800: #141414;
  --color-navy-700: #1f1f1f;
  --color-surface: #0a0a0a;
  --color-surface-elevated: #141414;
  --color-ink: #f4f4f5;
  --color-ink-soft: #e4e4e7;
  --color-muted: #a1a1aa;
  --color-muted-dim: #71717a;
  --color-teal-400: #2d6b50;
  --color-teal-500: #1f4d3a;
  --color-orange-400: #c45c26;
  --color-orange-500: #9a4a1f;
  --font-display: "Sora", "Avenir Next", sans-serif;
  --font-body: "Figtree", "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --radius-sm: 6px;
  --radius-md: 12px;
  --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: 4.5rem;
  --max-width: 68rem;
  --header-h: 4rem;
  --sticky-cta-h: 3.75rem;
  --play-url: "https://play.google.com/store/apps/details?id=com.knoxstudios.huntcast";
  color-scheme: dark;
}
