:root {
  color-scheme: light;
  /* K1 — the herald's materials. Keryx (κῆρυξ) is the herald: the palette is
     the terracotta of the message vase, ink, parchment, bronze and laurel —
     not the white-card-on-gray of every dashboard shipped this decade. */
  --bg: #f6f2e9;
  --panel: #fffdf8;
  --panel-soft: #f4eee0;
  --text: #211b14;
  --muted: #6e6455;
  --line: #e4dcc8;
  --accent: #b23f22;
  --accent-hover: #9a3319;
  --accent-soft: #f8e8e1;
  --good: #3d6b4f;
  --good-soft: #e6efe6;
  --good-border: #b9d2bd;
  --good-ink: #2d5540;
  --warn: #8f5f08;
  --warn-strong: #8a5200;
  --warn-soft: #f7ecd2;
  --bad: #9c2a1c;
  --bad-soft: #f7e1dc;
  --info: #2d5a78;
  --info-soft: #e4edf4;
  --bronze: #8a6d3b;
}
