/* Evidentia protocol — ink on paper. No brand wash. */
:root {
  --bg: #ffffff;
  --ink: #111111;
  --mute: #666666;
  --line: #e5e5e5;
  --kill: #b00000;
  --ok: #0b6e4f;
  --sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  --measure: 42.5rem; /* ~680px */
  --flow: 50rem;      /* ~800px */
}
