/*
 * 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: #3AA3EC;
  --color-accent: #3AA3EC;
  --color-ink: #0B2545;
  --color-paper: #FFFFFF;
  --color-muted: #475569;

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

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

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