/* Source common/css/styles/fonts/default.scss */

@font-face {
  font-display: fallback;
  font-family: "Noto Serif SC";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifSC-Black-LatinGerman.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Noto Serif SC";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerif-Regular-LatinGerman.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/InstrumentSans-Regular.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/InstrumentSans-Bold.woff2") format("woff2");
}

