/* Reserved health/severity colors — identical across all palettes. */

:root,
[data-bs-theme="light"],
[data-bs-theme="dark"] {
  --atlas-health-pass: #2fb344;
  --atlas-health-notice: #f59f00;
  --atlas-health-warn: #f76707;
  --atlas-health-fail: #d63939;
}
