/*
 * GENERATED from design-guide/tokens.json by the stitch step.
 * Do NOT hand-edit. To change values, edit tokens.json and re-stitch.
 */
:root {
  /* palette */
  --color-primary: #006E6C;
  --color-accent: #9A5200;
  --color-ink: #0D2424;
  --color-paper: #F4F8F8;
  --color-muted: #4A6564;

  /* typography */
  --font-heading: 'Spectral', Georgia, serif;
  --font-body: 'Hanken Grotesk', system-ui, -apple-system, sans-serif;

  /* spacing */
  --spacing-unit: 0.25rem;
  --page-max: 1200px;
  --section-y: clamp(4.5rem, 9vw, 8rem);

  /* radius */
  --radius: [object Object];
}
