:root {
  --volt: #ffe600;
  --volt-dim: #d4bf00;
  --ink: #050505;
  --ink-soft: #111111;
  --ink-line: #262626;
  --paper: #f5f5f0;
  --paper-dim: #b8b8b0;
  --paper-faint: #6e6e68;
  --edge-sm: 2px;
  --edge-md: 4px;
  --tag-fast: 0.15s;
  --typeface: 'Inter', Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--typeface);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul, ol { list-style: none; }
