/* Art Systems — Purple + Gold (Corporate) */
:root {
  --accent-primary: #7C3AED;
  --accent-primary-rgb: 124, 58, 237;
  --accent-primary-glow: rgba(124, 58, 237, 0.15);
  --accent-secondary: #F59E0B;
}
[data-theme="light"] {
  --accent-primary: #6D28D9;
  --accent-primary-rgb: 109, 40, 217;
  --accent-primary-glow: rgba(109, 40, 217, 0.12);
  --accent-secondary: #D97706;
}
