/* ────────────────────────────────────────────────────────────
   ACTIVE THEME
   Single source of truth for which preset is live. Both
   index.html and presskit.html link to this file, so swapping
   the @import below switches the theme across the entire site
   at once.

   Available presets:
     styles-a.css — Embered     (warm complementary, rusty blue)
     styles-b.css — Glacial     (cool analogous, rusty blue)
     styles-c.css — Violence    (bruised magenta-violet)
     styles-d.css — Hatred      (icy steel-blue)
     styles-e.css — Revenge     (smouldering indigo)
     styles-f.css — Love        (twilight lavender)
     styles-g.css — Madness     (vivid occult violet)

   To switch: comment out the active line, uncomment another.
   ──────────────────────────────────────────────────────────── */

@import url('styles-b.css');     /* Glacial */

/* @import url('styles-a.css'); */  /* Embered  */
/* @import url('styles-c.css'); */  /* Violence */
/* @import url('styles-d.css'); */  /* Hatred   */
/* @import url('styles-e.css'); */  /* Revenge  */
/* @import url('styles-f.css'); */  /* Love     */
/* @import url('styles-g.css'); */  /* Madness  */
