/* canon accent: deep purple. Repoints kynship-ui's accent tokens (same
   pattern forecast uses for bone); every tint in the package derives from
   --grn via color-mix, so the tokens retheme everything. #783CC5 is dark
   enough that accent surfaces need white ink, and the package's white
   hover would make white-on-white, so the hover goes deep instead. */
:root {
  --grn: #783CC5;
  --grn-deep: #5F2EA0;
  --accent-ink: #ffffff;
}
.btn-accent:hover { background: var(--grn-deep); color: #ffffff; filter: none; }
