/* ============================================================
   THEME: Gold — occult gold accent
   Accent-only swap: canvas/text stay fixed (styles.css);
   this file changes only accent-driven elements.
   ============================================================ */
:root {
  --color-accent: #e6b545;
  --color-accent-hover: #f5cf6e;
  --color-accent-rgb: 230, 181, 69;
  --color-accent-deep-rgb: 160, 110, 30;
  --color-on-accent: #241a03;
}
