/*
  Selbstgehostete Variable Fonts (kein Google-Fonts-CDN-Request).
  Beide Dateien sind Variable Fonts mit Weight-Achse -> ein File pro
  Familie deckt alle genutzten Schnitte ab (spart Requests + Bytes).
  Subset: nur "latin" (deckt Deutsch inkl. äöüß vollständig ab).
*/
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("./inter-regular-variable.woff2") format("woff2-variations"),
       url("./inter-regular-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./spacegrotesk-variable.woff2") format("woff2-variations"),
       url("./spacegrotesk-variable.woff2") format("woff2");
}
