/* ==========================================================================
   theme.css — loaded last, overrides app.css.
   Per DESIGN.md §2 "Theming": recolouring the whole console is a handful of
   channel swaps. Uncomment and edit; never touch app.css for this.
   ========================================================================== */

/*
:root {
  --accent-rgb:     255 138 0;
  --accent-alt-rgb: 57 255 136;
  --text-primary:   #ffeedd;
  --text-dim:       #a3846f;
  --bg-void:        #0c0703;
}
*/

/* Effects are variables so they can be switched off wholesale (§6). */
/*
:root {
  --scanline-opacity: 0;
  --noise-opacity: 0;
}
*/
