/* ============================================================
   SOD TORI — encoded alternates (token overrides only)
   Flip a toggle → the whole document re-renders down that path.
   Winners fold into tokens.css at lock; losers get deleted.
   ============================================================ */

/* A/B — display face: the parent HPG display (Bungee) instead of
   the app's own all-monospace voice. Decision open (item 2). */
:root[data-alt-display='bungee'] {
  --font-display: 'Bungee', 'Arial Black', sans-serif;
}
:root[data-alt-display='bungee'] .cover-title,
:root[data-alt-display='bungee'] .sec-head h2,
:root[data-alt-display='bungee'] .t-hero,
:root[data-alt-display='bungee'] .t-h1,
:root[data-alt-display='bungee'] .t-h2 {
  font-weight: 400;
  letter-spacing: 0.02em;
}
