.printContainer :where(h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, strong, em,) {
  /* revert author styles so incoming HTML displays using user-agent defaults
     or author styles defined inside the incoming HTML itself. `revert` is
     preferred but older browsers will fall back to the explicit resets below. */
  all: revert;
  margin: revert;
  padding: revert;
  font-size: revert;
  font-weight: revert;
  line-height: revert;
  color: revert;
  text-align: revert;
}

/* If you prefer to fully reset and then re-apply a neutral style, you can
   replace the above with `all: unset` and then set properties here.
   Keep the rules scoped to `.printContainer` so global.css isn't affected. */
