/* Selbst gehostete Fonts — kein Google-Fonts-CDN (DSGVO) */

@font-face {
  font-family: "Geist";
  src: url("../assets/fonts/geist-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../assets/fonts/geist-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../assets/fonts/geist-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../assets/fonts/geist-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "League Gothic";
  src: url("../assets/fonts/league-gothic-variable.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 60% 100%;
  font-style: normal;
  font-display: swap;
}
