/* ============================================================
 * Family Kingdom — Game-specific CSS hooks.
 *
 * Games inherit the central design tokens. They may extend with
 * theme variations here, but should NEVER redefine base tokens.
 * ============================================================ */

/* Each game module can add a small accent. */
.fk-game-trivia     { --accent: var(--color-secondary); }
.fk-game-quick-quiz { --accent: var(--color-accent); }
.fk-game-higher-lower { --accent: var(--color-primary); }
.fk-game-guess-number  { --accent: var(--color-success); }
.fk-game-team-vote     { --accent: var(--color-secondary); }

.fk-game .fk-question { color: var(--accent); }
