/* Self-hosted webfonts. Schibsted Grotesk 400/500/600/700/800 + Fragment Mono.
   No CDN, no Google Fonts @import — see design-guide/tokens/fonts.css for the
   version this replaces. Weights not used by this page (800) cost nothing:
   a browser only fetches an @font-face file when matching text is rendered. */

@font-face{
  font-family:"Schibsted Grotesk";
  src:url("../fonts/SchibstedGrotesk-Regular.ttf") format("truetype");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Schibsted Grotesk";
  src:url("../fonts/SchibstedGrotesk-Medium.ttf") format("truetype");
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Schibsted Grotesk";
  src:url("../fonts/SchibstedGrotesk-SemiBold.ttf") format("truetype");
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Schibsted Grotesk";
  src:url("../fonts/SchibstedGrotesk-Bold.ttf") format("truetype");
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Schibsted Grotesk";
  src:url("../fonts/SchibstedGrotesk-ExtraBold.ttf") format("truetype");
  font-weight:800; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Fragment Mono";
  src:url("../fonts/FragmentMono-Regular.ttf") format("truetype");
  font-weight:400; font-style:normal; font-display:swap;
}
