/*!
 * PipeLab – Schriften, selbst gehostet
 * Barlow, Barlow Semi Condensed und STIX Two Text stehen unter der
 * SIL Open Font License. Die woff2-Dateien nach /static/fonts/ legen;
 * weichen die Dateinamen ab, hier anpassen.
 * Es wird nichts von fremden Servern geladen.
 */

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Barlow-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Barlow-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Barlow-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/BarlowSemiCondensed-SemiBold.woff2") format("woff2");
}

/* nur für Formelzeichen in Zeichnungen */
@font-face {
  font-family: "STIX Two Text";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/STIXTwoText-Italic.woff2") format("woff2");
}
