:root {

  --ink: #e4edf6;
  --ink-soft: #b3c3d4;
  --muted: #8a9bb0;
  --line: #2a3644;
  --line-soft: #1a222c;

  --paper: #10151c;
  --surface: #171e28;
  --board: #202834;
  --night: #0d1218;
  --night-2: #080b10;

  --accent: #3a6ea8;

  --accent-strong: #8bb4dc;
  --accent-soft: #274a73;
  --accent-tint: rgba(58, 110, 168, 0.16);
  --accent-rgb: 58, 110, 168;

  --level-ok: #4a8f7a;
  --level-warn: #c49a4a;

  --ok: #4a8f7a;
  --warn: #c49a4a;

  --shadow-sm: 0 3px 16px rgba(0, 0, 0, 0.42);
  --shadow: 0 18px 46px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 32px 76px rgba(0, 0, 0, 0.6);

  --radius-sm: 0.15rem;
  --radius: 0.3rem;
  --radius-lg: 0.55rem;

  --font-head: "Archivo Sub", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Figtree Sub", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-mono: "Space Mono Sub", "SFMono-Regular", Consolas, monospace;

  --max: 1180px;
  --gutter: 1.4rem;
  --topbar-h: 4.2rem;
  --rail-w: 15.5rem;

  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --brand-mark: "LIVE";
}
@media (max-width: 960px) { :root { --gutter: 1.2rem; } }
@media (max-width: 480px) { :root { --gutter: 1rem; --topbar-h: 3.8rem; } }
