:root {

  --ink: #e7f3ef;
  --ink-soft: #b4c9c2;
  --muted: #87a199;
  --line: #2a3c38;
  --line-soft: #1a2825;

  --paper: #101816;
  --surface: #17211e;
  --board: #1e2c28;
  --night: #0c1413;
  --night-2: #08100e;

  --accent: #2a7a6e;

  --accent-strong: #7ec9bb;
  --accent-soft: #1d544c;
  --accent-tint: rgba(42, 122, 110, 0.16);
  --accent-rgb: 42, 122, 110;

  --level-ok: #3f8f6a;
  --level-warn: #c4a15a;

  --ok: #3f8f6a;
  --warn: #c4a15a;

  --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: "CERT";
}
@media (max-width: 960px) { :root { --gutter: 1.2rem; } }
@media (max-width: 480px) { :root { --gutter: 1rem; --topbar-h: 3.8rem; } }
