/* Inter (Variable, normal) */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-VariableFont_slnt,wght.3719880c1fe5.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  /* kein local() => zwingt die Webdatei statt Systemfont */
}

/* Montserrat (Variable, normal) */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.a6a8d0caf222.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* optional (empfohlen): Synthese verhindern, damit Browser nichts „faken“ */
:root {
  font-synthesis-weight: none;
  font-synthesis-style: none;
}