/* Shared font sheet — exact weights only (brief §5.1). Root-absolute paths; loaded on every route.
   PP Neue Montreal: licensed (owner attestation 2026-08-06, docs/decisions). Anton: SIL OFL, self-hosted. */
@font-face {
  font-family: "PP Neue Montreal";
  src: url("/assets/fonts/ppneuemontreal-thin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("/assets/fonts/ppneuemontreal-book.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("/assets/fonts/ppneuemontreal-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("/assets/fonts/ppneuemontreal-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("/assets/fonts/ppneuemontreal-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Anton";
  src: url("/assets/fonts/anton-regular-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
