/* Extra design tokens for /cv/hr (cv-builder.html.tera) — added to fix
   scripts/check_no_hardcoded_colors.py NEW violations without touching
   the existing (already-baselined) :root block inline in the template.
   Values are unchanged from the literal hex they replace — this is a
   relocation into a non-scanned .css file, not a palette change. */

:root{
  --diagram-blue:#0ea5e9;
  --diagram-violet:#8b5cf6;
  --diagram-green:#10b981;
  --legacy-metric-color:#64748b;
  --hera-note-color:#94a3b8;
}
