/* ---------------------------------------------------------------------------
 * Design tokens — ported verbatim from baseline 2026_kopfschmerztabelle.html
 * (`:root` block, lines 7-15). Do NOT invent new palette values here.
 * ---------------------------------------------------------------------------*/

:root {
  /* Surfaces & ink */
  --bg: #fafaf7;
  --paper: #ffffff;
  --ink: #1a1a1a;
  --muted: #6b6b6b;

  /* Lines */
  --line: #e5e3dc;
  --line-strong: #c8c5bb;

  /* Brand accent */
  --accent: #6b4ca8;

  /* Weekend row tint */
  --weekend-bg: #f4f1ea;

  /* Severity (dots / data points) */
  --sev-low: #6aa84f;
  --sev-mid: #e69138;
  --sev-high: #cc0000;
  --sev-none: #c0c0c0;

  /* Medication palette */
  --med-naratriptan: #1f6feb;
  --med-sumatriptan: #0a7f6e;
  --med-ibu: #a8541f;
  --med-ass: #9b2c8a;
  --med-other: #555555;

  /* Blood pressure & threshold line */
  --bp-color: #b8860b;
  --threshold: #e0b0b0;

  /* ---- Severity badge variants (day badge `daymax`) ---- */
  --sev-low-bg:  #e3f0d8;
  --sev-low-fg:  #3d6f1f;
  --sev-mid-bg:  #fbe4cc;
  --sev-mid-fg:  #8a4d12;
  --sev-high-bg: #f9d3d3;
  --sev-high-fg: #8a0000;
  --sev-none-bg: #ececec;
  --sev-none-fg: #888888;
}
