/* ================== Manifesto-specific emphasis patch =======================
   Load this AFTER the standard html-galley.css.
   It does not change page width, font stacks, root scale, or global typography.
   It only softens the long non-italic authorial emphases in Margiotta's Manifesto.
============================================================================= */

.para-num{
  font-weight: 700;
}

.authorial-emphasis{
  font-weight: 600;
  color: var(--ink);
  letter-spacing: .0015em;
}

body.reader .authorial-emphasis{
  font-weight: 500;
}
