/* themes.css — accent palette tokens. The default "Aurora" theme; additional
   unlockable themes can override these vars on a body[data-theme] selector. */
:root {
  --accent-1: #7c5cff;
  --accent-2: #22d3ee;
  --accent-3: #ff5db3;
  --bg-a: #0a0e22;
  --bg-b: #0b0a1e;
  --bg-c: #0a0f26;
}
