/* KV brand colors — drives buttons, links, checkboxes/radios, vote counter, active nav underline, focus rings */
body {
  --primary-color: #bb7c7a; /* KV-red */
  --primary-color-light: #d0a7a6; /* KV-red-light */
  --primary-color-dark: #966362; /* darker KV-red, used for hover states */
}