/* ==========================================================================
   Spelling Stars theme — red and gold.

   Loaded after game-core.css, so these :root declarations win on source order.
   Custom properties resolve at use time, which is why redefining the identity
   tokens here also re-points the legacy --ss-* aliases in game-core.css.
   ========================================================================== */

:root {
    --game-accent: #C62828;
    --game-accent-light: #e74c3c;
    --game-highlight: #D4A017;
}
