/* ===========================================================
   chempatent.de — lokal eingebundene Schriftarten
   Ersetzt den vormaligen externen Bezug von Google Fonts.
   Sans:  Lato       (Ersatz für Inter)
   Serif: TeX Gyre Pagella (Ersatz für Cormorant Garamond)
   Lizenzen: SIL Open Font License 1.1 (Lato) / GUST Font License (TeX Gyre)
   =========================================================== */

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

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

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Lato-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "TeX Gyre Pagella";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/TeXGyrePagella-Regular.otf") format("opentype");
}

@font-face {
  font-family: "TeX Gyre Pagella";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/TeXGyrePagella-Bold.otf") format("opentype");
}

@font-face {
  font-family: "TeX Gyre Pagella";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/TeXGyrePagella-Italic.otf") format("opentype");
}
