/*
 * Schibsted Grotesk — brändin ainoa fontti (leikkaukset 400, 400 italic, 500, 600).
 * Tämä tiedosto on generoitu skriptillä tests/fetch-fonts.mjs (fontit haettu
 * Google Fontsista, OFL-lisenssi) ja fontit isännöidään itse assets/fonts/-kansiosta.
 * Valmis sivu ei tee yhtään ulkoista pyyntöä.
 */

@font-face {
  font-family: "Schibsted Grotesk";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Schibsted Grotesk Italic"), local("SchibstedGrotesk-Italic"),
    url("../fonts/schibsted-grotesk-400-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Schibsted Grotesk"), local("SchibstedGrotesk-Regular"),
    url("../fonts/schibsted-grotesk-400.woff2") format("woff2");
}

@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Schibsted Grotesk Medium"), local("SchibstedGrotesk-Medium"),
    url("../fonts/schibsted-grotesk-500.woff2") format("woff2");
}

@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Schibsted Grotesk SemiBold"), local("SchibstedGrotesk-SemiBold"),
    url("../fonts/schibsted-grotesk-600.woff2") format("woff2");
}
