/* Self-hosted fonts (latin subset), replacing the Google Fonts CDN load:
   no third-party request, which the EU/GDPR case law on remote Google Fonts
   requires and the product's privacy story expects. Monospace runs on the
   system stack (SF Mono et al.), so no mono webfont ships. */
@font-face {
  font-family: 'Young Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/young-serif-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(fonts/schibsted-grotesk-latin.woff2) format('woff2');
}
