/* ============================================================
   tokens.css — design tokens (CSS custom properties)
   Values preserved verbatim from the original single-file site.
   ============================================================ */
:root {
  --bg:          #000000;
  --bg-card:     #111111;
  --bg-card2:    #191919;
  --bg-feat:     #080808;
  --hero-right-bg:#000000;
  --hero-right-w: 43%;
  --accent:      #FFB000;
  --accent2:     #cc8c00;
  --accent-dim:  rgba(255,176,0,0.12);
  --accent-glow: rgba(255,176,0,0.07);
  --text:        #ffffff;
  --text-muted:  #888888;
  --text-dim:    #444444;
  --border:      rgba(255,176,0,0.14);
  --border-hover:rgba(255,176,0,0.42);
  --card-radius: 10px;
  --btn-radius:  6px;
  --font-display:'Exo 2', sans-serif;
  --font-body:   'Inconsolata', monospace;
  --nav-h:       99px;
  --nav-bg:      #000000;
  --hero-bg:     #000000;
}
