:root {
  color-scheme: dark;
  --font-display: "Archivo Black", Impact, "Arial Black", sans-serif;
  --font-body: Inter, system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  --bg: #050505;
  --surface: #101010;
  --surface-2: #202020;
  --plate-black: #111111;
  --plate-white: #e8e8e8;
  --steel: #a0a0a0;
  --ink: #f0f0f0;
  --ink-muted: #8a8a8a;
  --line: #303030;
  --mesh: #3a3f45;
  --chalk: #f5f5f5;
}
