/* Lokal gehostete Schriften, keine Verbindung zu Google-Servern */

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/fonts/bricolage-grotesque-variable.woff2") format("woff2-variations");
}

/* Leseschrift, ausschließlich auf den Blogseiten in Gebrauch. Die Dateien
   werden deshalb auch nur dort geladen: Eine @font-face-Regel lädt erst,
   wenn tatsächlich Text damit gesetzt wird. */
@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("/fonts/literata-variable.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Literata";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url("/fonts/literata-variable-italic.woff2") format("woff2-variations");
}

/* IBM Plex Mono trägt drei Rollen: Wortmarke, E-Mail-Adresse, Code.
   500 für die ersten beiden, 400 für Codeblöcke. */
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-400.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/ibm-plex-mono-500.woff2") format("woff2");
}
