/* ZAPPWERK — house tokens. Hand-formatted. Zero dependencies, no build step.
   The only declaration site for these seven custom properties. Binding
   source: docs/KONTRAKT.md §2 Physics. Consumers read, never redeclare.

   Two colors, and no element ever wears both (§2 STRIKE, §7): --volt is the
   discharge, --rosso is the machine. --rosso has exactly one consumer, the
   clamp plates. */

:root {
  --carbon: #0A0A0B;
  --paper: #F2F0E6;
  --ash: #8A8A90;
  --line: #2A2A2E;
  --volt: #E8FF00;
  --rosso: #DA291C;
  --lean: -10deg;
}
