/* Settings — design tokens */
:root {
  --color-bg: #ffffff;
  --color-ink: #12141a;
  --color-ink-soft: #3a3f4b;
  --color-muted: #6b7280;
  --color-blue: #0b5fff;
  --color-blue-deep: #0b1f4a;
  --color-magenta: #e0127a;
  --color-plate: #f7f8fb;
  --color-plate-dark: #0b1f4a;
  --color-tint: #f0f4ff;
  --color-band: #eef2ff;
  --font-display: "Source Serif 4", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-body: "Source Serif 4", "Iowan Old Style", Georgia, serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", Menlo, Consolas, monospace;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --container: 1120px;
  --container-narrow: 720px;
  --radius: 0;
  --line: 1.65;
  --tracking-label: 0.08em;
}