:root {
  

  --paper: #f2f3ee;
  --paper-2: #e6e9e0;
  --surface: #ffffff;
  --board: #dbe0d4;
  --night: #17211c;

  --ink: #17211c;
  --ink-soft: #3b4a41;
  
  --muted: #556257;
  --line: #d3d9cb;
  --line-strong: #b5beaa;

  
  --forest: #2f5d50;
  --forest-deep: #1f4239;
  --forest-tint: rgba(47, 93, 80, 0.09);

  
  --marker: #b85a25;
  --marker-deep: #8f4319;
  --marker-tint: rgba(184, 90, 37, 0.10);
  --marker-rgb: 184, 90, 37;

  --good: #47764a;

  --shadow-sm: 0 1px 2px rgba(23, 33, 28, 0.06), 0 4px 14px rgba(23, 33, 28, 0.05);
  --shadow: 0 14px 36px rgba(23, 33, 28, 0.11);
  --shadow-lg: 0 28px 68px rgba(23, 33, 28, 0.17);

  --radius-sm: 3px;
  --radius: 6px;
  --radius-lg: 14px;

  --font-head: "Bricolage Sub", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Newsreader Sub", Georgia, "Times New Roman", serif;
  --font-mono: "Martian Sub", "SFMono-Regular", Consolas, monospace;

  --max: 1180px;
  --gutter: 1.4rem;
  --topbar-h: 4.5rem;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 900px) {
  :root { --gutter: 1.15rem; }
}
@media (max-width: 520px) {
  :root { --gutter: 1rem; --topbar-h: 4rem; }
}
