:root {
  --bg: #0c0d0f;
  --bg-soft: #14161a;
  --paper: #ece8e1;
  --ink: #0c0d0f;
  --fog: #e8e4dc;
  --muted: #9aa3ad;
  --lane: #d6ff3f;
  --lane-ink: #14180a;
  --line: rgba(232, 228, 220, 0.12);
  --header-h: 76px;
  --wrap: 1120px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-display: "Syne", "Arial Narrow", sans-serif;
  --font-body: "Outfit", "Segoe UI", sans-serif;
}
