/* intentionally minimal theme-light.css for tests */
:root {
  --kpi-primary: #2d6cdf;
  --kpi-secondary: #6c757d;
  /* New design palette (light) */
  --brand: #246bfa;
  --bg: #f6f8fb;
  --panel: #ffffff;
  --ink: #0f172a;
  --muted: #6b7280;
  --good: #12b886;
  --warn: #f59f00;
  --bad: #e03131;
  --border: #e5e7eb;
}
/* minimal placeholders, no global resets */
