:root {
  --color-bg: #1f2328;
  --color-bg-soft: #2c3239;
  --color-surface: #313941;
  --color-text: #d7dce0;
  --color-muted: #9ca8b2;
  --color-accent: #355d8c;
  --color-accent-warm: #b3894f;
  --color-border: #4a545e;
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.25);

  --font-display: "Unica One", "Arial Narrow", sans-serif;
  --font-body: "Spline Sans Mono", "Source Sans 3", "Segoe UI", sans-serif;
  --font-mono: "Space Mono", "Courier New", monospace;
  --font-typewriter: "Special Elite", "Courier New", monospace;

  --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;

  --radius-sm: 6px;
  --radius-md: 12px;

  --motion-fast: 160ms;
  --motion-med: 280ms;
  --header-h: 4rem;
}
