:root {
  --ink: #181917;
  --paper: #eee8da;
  --red: #cf493c;
  --red-deep: #a9362c;
  --olive: #4e5b4f;
  --line: rgba(24, 25, 23, 0.35);

  --font-sans: Archivo, Arial, sans-serif;
  --font-serif: "Libre Baskerville", Georgia, serif;
  --font-display: "Archivo Black", Impact, sans-serif;
  --font-mono: "DM Mono", monospace;

  --text-body: 17px;
  --text-small: 13px;
  --text-caption: 10px;
  --text-label: 11px;
  --leading-body: 1.55;
  --tracking-display: -0.078em;
  --tracking-accent: -0.1em;
  --tracking-mono: 0.06em;

  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-7: 72px;
  --gutter: clamp(18px, 4.5vw, var(--space-7));
  --gutter-mobile: 22px;
}
