/* Merovex Press — public 404 / error page (public `.press` styles).
 * The page composes press-shell/u-flow/press-display-lg; only the oversized
 * status code is bespoke (it's a <p>, so the heading defaults don't reach it). */
.press-notfound__code {
  font-family: var(--press-serif);
  font-weight: 800;
  font-size: clamp(3.5rem, 12vw, 6rem);
  line-height: 1;
  color: var(--accent);
}
