/* Settings — tokens */
:root {
  --ink: #121212;
  --ink-soft: #3a3a3a;
  --paper: #f7f7f5;
  --paper-2: #efefed;
  --line: #d4d4d0;
  --accent: #00a86b;
  --accent-ink: #007a4d;
  --white: #ffffff;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2.5rem;
  --space-6: 4rem;
  --space-7: 6rem;
  --max: 72rem;
  --font-sans: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: "IBM Plex Mono", "Courier New", monospace;
  --age-h: 2.25rem;
  --radius-chip: 999px;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --motion: 0;
  }
}
