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

@font-face {
  font-display: fallback;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 3700;
  src: url("../fonts/Nunito-Bold.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Nunito-Regular.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Nunito-Medium.woff2") format("woff2");
}

