:root {
  --accent: #00ffb4;
  --accent-dim: rgba(0,255,180,0.12);
  --bg: #080808;
  --bg2: #111111;
  --bg3: #161616;
  --text: #f0ede6;
  --text-muted: rgba(240,237,230,0.4);
  --text-faint: rgba(240,237,230,0.18);
  --border: rgba(255,255,255,0.07);
  --border-strong: rgba(255,255,255,0.13);
  --mono: 'Space Mono', monospace;
  --display: 'Syne', sans-serif;
}
