/* Lokale Schriften für t-beyer.com
   Erwartete Serverstruktur:
   /assets/fonts/*.woff2
   Die Schriftdateien selbst sind NICHT in diesem Paket enthalten.

   Benötigte Dateien direkt in /assets/fonts/:
   Cormorant-Italic.woff2
   Cormorant-Light.woff2
   Cormorant-LightItalic.woff2
   Cormorant-Regular.woff2
   Cormorant-SemiBold.woff2
   Jost-Light.woff2
   Jost-Medium.woff2
   Jost-Regular.woff2
   Jost-SemiBold.woff2
*/

@font-face {
  font-family: "Cormorant";
  src: url("/assets/fonts/Cormorant-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Cormorant";
  src: url("/assets/fonts/Cormorant-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant";
  src: url("/assets/fonts/Cormorant-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("/assets/fonts/Jost-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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