/**
 * Jost Font - Lokal gehostet für DSGVO-Konformität
 *
 * Diese Datei definiert die Jost-Schriftart für lokales Hosting.
 * Verwendet im Creative Template.
 *
 * Download-Anleitung:
 * 1. Besuche https://fonts.google.com/specimen/Jost
 * 2. Klicke auf "Download family" (oder nutze Google Fonts Helper)
 * 3. Extrahiere die .woff2 Dateien
 * 4. Benenne sie um zu: Jost-Thin.woff2, Jost-Light.woff2, etc.
 * 5. Speichere sie in public/fonts/jost/
 *
 * Alternativ: Nutze google-webfonts-helper (https://gwfh.mranftl.com/fonts/jost)
 */

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

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

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

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

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

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

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

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

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