/* pt.152 (2026-09-21, per Tim) - self-hosted fonts. These two families used to come from
   fonts.googleapis.com on ten pages and the login gate, which made "the site loads nothing
   off-site" untrue in the NIPR allowlist request and left the pages one blocked domain away
   from falling back to Impact. Both are SIL Open Font License; the woff2 files are the latin
   subsets Google served on 2026-09-21 (Bebas Neue v16, Oswald v57 variable 200-700). */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/bebas-neue-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url(/fonts/oswald-latin.woff2) format('woff2');
}
