/* Self-hosted variable fonts — no external requests at runtime. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 380 820;
  font-display: swap;
  src: url('/assets/fonts/inter-var-latin.woff2') format('woff2-variations'),
       url('/assets/fonts/inter-var-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 380 620;
  font-display: swap;
  src: url('/assets/fonts/jbmono-var-latin.woff2') format('woff2-variations'),
       url('/assets/fonts/jbmono-var-latin.woff2') format('woff2');
}

/* Display face: Schibsted Grotesk, drawn for the Oslo newsroom.
   Latin subset covers æ, ø and å. Self-hosted like the others. */
@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/assets/fonts/schibsted-var-latin.woff2') format('woff2-variations'),
       url('/assets/fonts/schibsted-var-latin.woff2') format('woff2');
}
