/* ============================================================
   THEME: Violet — electric violet accent
   Accent-only swap: canvas/text stay fixed (styles.css);
   this file changes only accent-driven elements.
   ============================================================ */
:root {
  --color-accent: #a78bfa;
  --color-accent-hover: #c4b5fd;
  --color-accent-rgb: 167, 139, 250;
  --color-accent-deep-rgb: 120, 80, 220;
  --color-on-accent: #1a1033;
}
