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

@font-face {
  font-display: fallback;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Inter_18pt-Light.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter_18pt-Regular.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter_18pt-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Oswald-Light.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Oswald-Bold.woff2") format("woff2");
}

