:root {
  --black:       #080808;
  --surface:     #111111;
  --surface-2:   #1A1A1A;
  --border:      #252525;
  --border-2:    #333333;

  --gold:        #C8A84B;
  --gold-dim:    #9A7D35;
  --gold-glow:   rgba(200, 168, 75, 0.12);

  --white:       #F0EDE8;
  --muted:       #6B6760;
  --faint:       #2E2C2A;

  --red:         #E03030;

  --font-display: 'UnifrakturMaguntia', cursive;
  --font-heading: 'Cinzel', serif;
  --font-body:    'Space Grotesk', sans-serif;
  --font-mono:    'JetBrains Mono', monospace;

  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-snap:   cubic-bezier(0.87, 0, 0.13, 1);
  --dur-fast:    180ms;
  --dur-med:     380ms;
  --dur-slow:    650ms;

  --nav-h:       64px;
  --max-w:       1200px;
  --gap:         clamp(16px, 3vw, 32px);
}
