/* Selbstgehostete Schriften (latin-Subset, deckt deutsche Umlaute & ß ab).
   Variable Fonts von Google Fonts (SIL Open Font License), lokal eingebunden,
   damit beim Seitenaufruf KEINE Verbindung zu Google-Servern aufgebaut und
   keine IP-Adresse an Google übertragen wird. */

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/hanken-grotesk.woff2') format('woff2');
}

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