/* ============================================================
   FALLBACK ONLY - the real themes live in js/themes.js

   A theme is data now, not a stylesheet. This file exists so the
   page is not unstyled in the instant before the theme is applied,
   and so it still reads sensibly if scripts fail entirely.

   TO ADD A THEME: add an entry to LIST in js/themes.js. Nothing
   here needs to change, and nothing else does either - it shows up
   in Settings on its own.
   ============================================================ */

:root {
  --bg:        #0B0D12;
  --ui-text:   #E8EBF2;
  --ui-dim:    #7F8899;
  --ui-line:   #232833;
  --ui-panel:  rgba(16, 19, 26, 0.92);
  --ui-accent: #F2A03D;
}
