/* Shared design tokens for all decidehowtodecide.org pages.
   Keep visual identity here; page-specific CSS stays inline in each page. */
:root{
  --ink:#151E27;--slate:#2C3A47;--paper:#EEF1F4;--panel:#FFFFFF;
  --line:#D9DFE6;--line-soft:#E7EBF0;--muted:#67737F;--muted-2:#94A0AB;
  --clay:#B26A3C;--green:#177268;--amber:#C0862B;--avoid:#9B4B48;
  --fit-bg:#E7F1EF;--partial-bg:#F6EDDA;--avoid-bg:#F3E5E4;
  --shadow:0 1px 2px rgba(21,30,39,.05),0 8px 28px rgba(21,30,39,.07);
  --radius:14px;
}
