:root {
  --color-void-950: #05030a;
  --color-void-900: #0a0612;
  --color-void-800: #140c22;
  --color-void-700: #1f1730;
  --color-surface: #161022;
  --color-surface-elevated: #1f1730;
  --color-ink: #f3eefc;
  --color-ink-soft: #e8dff5;
  --color-muted: #9a8fb0;
  --color-muted-dim: #7a6f8f;
  --color-gold-400: #d4af37;
  --color-gold-500: #c9a227;
  --color-gold-600: #a8841c;
  --color-violet-400: #a78bfa;
  --color-violet-500: #8b5cf6;
  --color-violet-700: #5b21b6;
  --font-display: "Cinzel", "Palatino Linotype", Palatino, serif;
  --font-body: "Outfit", "Avenir Next", "Segoe UI", sans-serif;
  --font-mono: "Outfit", "Avenir Next", sans-serif;
  --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.tarot";
  color-scheme: dark;
}
