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

@font-face {
  font-display: fallback;
  font-family: "Schriftname";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/schrift-name-regular.woff2") format("woff2"), url("../fonts/schrift-name-regular.woff") format("woff");
}
@font-face {
  font-display: fallback;
  font-family: "Schriftname";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/schrift-name-bold.woff2") format("woff2"), url("../fonts/schrift-name-bold.woff") format("woff");
}
@font-face {
  font-display: fallback;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-display: fallback;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
}
@font-face {
  font-display: fallback;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
}

