/* ━━━ BWWL DESIGN TOKENS ━━━ */
:root {
  /* Brand Colors */
  --gold: #C6A44E;
  --gold-light: #E8D5A3;
  --gold-dim: rgba(198, 164, 78, 0.15);
  --gold-faint: rgba(198, 164, 78, 0.08);
  --gold-ghost: rgba(198, 164, 78, 0.03);

  /* Backgrounds */
  --bg: #0A0A0A;
  --bg-elevated: #111111;

  /* Text */
  --text: #F5F0E8;
  --text-soft: #D4CFC0;
  --text-muted: #A09880;
  --text-dim: #706A5A;

  /* Typography */
  --serif: 'Cormorant Garamond', Georgia, serif;
  --mono: 'IBM Plex Mono', 'Courier New', monospace;

  /* Spacing */
  --section-pad: 100px 48px;
  --section-pad-mobile: 60px 24px;
  --max-width: 1100px;
}
