/**
 * Reasoning Capture design tokens
 * Canonical values — see docs/DESIGN.md
 */
:root {
  --ink: #111111;
  --ink-2: #2a2a2a;
  --mute: #6e6e6e;
  --surface: #f6f6f6;
  --paper: #ffffff;
  --line: rgba(17, 17, 17, 0.12);
  --line-strong: rgba(17, 17, 17, 0.22);

  --ok: #1f6b4a;
  --danger: #9b2c24;
  --warn: #7a5b12;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --font-serif: "Source Serif 4", "Source Serif Pro", Georgia, serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;

  --measure-prose: 34rem;
  --measure-doc: 860px;
  --measure-app: 60rem;

  --radius: 0px;
  --radius-ui: 2px;
}
