/* Lokal gehostete Schriften – siehe fonts/README.txt für Bezugsquellen */

@font-face {
  font-family: "Fraunces";
  src: url("fraunces-variable.woff2") format("woff2-variations"),
       url("fraunces-variable.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("inter-variable.woff2") format("woff2-variations"),
       url("inter-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("jetbrains-mono.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
