/* =====================================================================
   IDK — encoded alternates (interview scaffolding)
   Live A/B toggles: flipping one sets a data-alt-* attribute on <html>
   and the whole document re-renders down that path. At lock, the winner
   folds into tokens.css and this file's override is deleted.
   ===================================================================== */

/* TYPE-B · display face: Cormorant Garamond (lapidary, carved-in-stone)
   instead of Fraunces (warm, wonky — the incumbent from the archive
   site). Toggle lives in section 04. */
:root[data-alt-type="b"] {
  --font-display: var(--font-display-b);
}
:root[data-alt-type="b"] .mark,
:root[data-alt-type="b"] .hier-hero,
:root[data-alt-type="b"] .hier-h1 {
  font-weight: 600;
}
