:root { --bg: #0f0f12; --fg: #f0efe8; --accent: #b4ff00; --accent-dim: #8bb800; --muted: #6e6e7a; --surface: #16161a; --border: #26262e; }
body { background: var(--bg); color: var(--fg); font-family: 'Instrument Sans', sans-serif; }
h1, h2, h3 { font-family: 'DM Sans', sans-serif; }
a { color: var(--accent); }
::selection { background: var(--accent); color: #000; }