:root {
  /* ── Brand Colors ── */
  --bg:          #0b2418;
  --bg-mid:      #112d1e;
  --felt:        #1a4a2e;
  --felt-light:  #1e5c35;
  --gold:        #c9a227;
  --gold-bright: #f0c040;
  --cream:       #f5edd8;
  --muted:       #7aaa8c;
  --red:         #c0392b;
  --win-green:   #4caf7d;

  /* ── Typography ── */
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;

  /* ── Sizes ── */
  --nav-h: 68px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;

  /* ── Borders ── */
  --border: 1px solid rgba(201,162,39,0.14);
  --border-hover: 1px solid rgba(201,162,39,0.38);

  /* ── Shadows ── */
  --shadow-card: 0 4px 24px rgba(0,0,0,0.3);
  --shadow-gold: 0 6px 28px rgba(201,162,39,0.3);
}
