:root {
  --bg:       #0a0a0a;
  --surface:  #111111;
  --card:     #161616;
  --border:   rgba(255, 255, 255, 0.08);
  --accent:   #b6ff00;
  --accent-hot: #cdff4d;
  --accent-dim: rgba(182, 255, 0, 0.10);
  --white:    #f0f0ee;
  --muted:    rgba(240, 240, 238, 0.85);
  --faint:    #f0f0ee;
  --radius:   2px;

  --font-display: 'Antonio', sans-serif;
  --font-body:    'Barlow', system-ui, sans-serif;

  --nav-height:    72px;
  --section-pad:   clamp(72px, 9vw, 128px);
  --container:     1200px;
  --container-pad: clamp(20px, 4vw, 60px);
}
