/*
Lokale Webfonts. Dateien vor Deployment ergänzen:
- /assets/fonts/instrument-sans-variable.woff2
- /assets/fonts/source-serif-4-variable.woff2
*/
@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/instrument-sans-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/source-serif-4-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}
