/*
 * 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: #1c0e51;
  --color-accent: #fda028;
  --color-ink: #0b0a12;
  --color-paper: #FFFFFF;
  --color-muted: #55545f;

  /* typography */
  --font-heading: Inter, system-ui, -apple-system, sans-serif;
  --font-body: "Open Sans", system-ui, -apple-system, sans-serif;

  /* spacing */
  --spacing-unit: 0.25rem;
  --page-max: 1200px;
  --section-y: 6rem;

  /* radius */
  --radius: 0.5rem;
}
