:root {
  --color-bg: #f3ead7;
  --color-paper: #fff8e9;
  --color-ink: #171714;
  --color-ink-muted: #665f53;
  --color-accent: #b8321d;
  --color-accent-ink: #fff8e9;
  --color-rule: #24231f;
  --font-heading: "Zen Kaku Gothic New";
  --font-body: "Zen Kaku Gothic New";
  --font-label: "Archivo Black";
  --space-unit: 8px;
  --radius: 0;
  --max-width: 1420px;
  --frame-width: 12px;
}
