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

@font-face {
  font-display: fallback;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Schriftname";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SofiaSansExtraCondensed-Regular.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/SofiaSansExtraCondensed-SemiBold.woff2") format("woff2");
}

