/*
 * Our Aria design tokens.
 *
 * Single source of truth for color, type, spacing, motion. Ported
 * verbatim from the design handoff (ourAria/design_handoff_our_aria/
 * README.md + prototype). Don't introduce new colors here without
 * also adding them to the README.
 */

:root {
  /* Paper + ink palette */
  --paper: #FBF8F3;
  --paper-2: #F5F1E8;
  --ink: #1A1815;
  --ink-muted: #5C564E;
  --ink-faint: #8A8378;

  /* Rules + dividers */
  --rule: #D8D2C7;
  --rule-soft: #E6E0D3;

  /* Brand + state */
  --accent: #5B7B8A;
  --accent-warm: #6B5840;
  --low: #B5550C;
  --zero: #A03928;
  --success: #3E6B4F;

  /* Companion swatches — visual identity, never substituted */
  --clare: #5B7B8A;
  --mae: #8B6B5B;
  --ruth: #7B5B8A;
  --martin: #5B8A6B;
  --maskull: #8A5B5B;
  --nightspore: #5B5B8A;
  --krag: #6B6B6B;
}

::selection { background: #EADFB8; }
