/* THE PALETTE, IN ONE PLACE.

   Every page used to define its own :root block, which is why lightening
   the site meant editing 42 files and why one colour appeared 94 times.
   These are the values actually in use, taken from the pages themselves
   rather than from a spec — so linking this changes nothing today and
   makes the next palette change one edit instead of sixty. */
:root {
  --accent: #2dd4bf;
  --accent-soft: #173F39;
  --amber: #C4842E;
  --amber-deep: #A5691E;
  --bad: #e2716f;
  --bad-soft: #402522;
  --bg: #1D3E36;
  --blue: #3FE0CB;
  --board: #0B221F;
  --card: #123430;
  --dk: #f2b84b;
  --dk-soft: #173F39;
  --edge: #1C4A44;
  --gold: #E8A94A;
  --gold-hover: #E8A93E;
  --good: #4FAE95;
  --ink: #F3EAD5;
  --ink-deep: #081A17;
  --line: #40766A;
  --muted: #A9CBC1;
  --nav-bad: #EA8280;
  --nav-bg: #1D3E36;
  --nav-border-control: #5C9389;
  --nav-card: #2E5A4E;
  --nav-gold: #E8A94A;
  --nav-gold-hover: #F2BC63;
  --nav-ink: #F3F9F7;
  --nav-line: #40766A;
  --nav-muted: #A9CBC1;
  --nav-on-gold: #2B1A06;
  --nav-panel: #264C42;
  --nav-teal: #3FE0CB;
  --on-amber: #241505;
  --on-gold: #241505;
  --on-sand: #241505;
  --on-teal: #06201C;
  --panel: #264C42;
  --panel-light: #2E5A4E;
  --pen: #E2685A;
  --sage: #123430;
  --sand: #C4842E;
  --sand-card: #0E2A27;
  --sand-dim: #1C4A44;
  --surface: #123430;
  --teal: #3FE0CB;
  --teal-bright: #4FAE95;
  --teal-deep: #3B8E78;
  --teal-mid: #4FAE95;
  --text: #F3F9F7;
  --text-dark: #F3EAD5;
  --text-soft: #4C5C58;
  --util-bg: #081A17;
  --warn: #C4842E;
}
