:root {
  --page: #fafaf8;
  --ink: #171514;
  --muted: #625f5b;
  --soft: #908b84;
  --line: #e2ded9;
  --dark: #191613;
  --dark-muted: rgba(250, 250, 248, 0.68);
  --panel: #ffffff;
  --font:
    "Inter Tight", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1216px;
  --outer-max: 1344px;
  --content-max: 820px;
  --edge: clamp(20px, 5vw, 64px);
}
