:root {
  --color-paper: #fff9ed;
  --color-ink: #000;
  --color-tag: #2c2c2c;
  --color-on-dark: #f5f5f5;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "DM Sans", Arial, sans-serif;
  --text-small: 0.875rem;
  --text-body: 1rem;
  --text-intro: 1.75rem;
  --text-row: 2.25rem;
  --text-title: 3rem;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --page-gutter: clamp(1.25rem, 8.333vw, 7.5rem);
  --page-block: clamp(1.5rem, 5.86vh, 3.75rem);
  --content-width: 1200px;
  --border: 1px solid var(--color-ink);
}
