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

@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: 800;
  src: url("../fonts/InstrumentSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-sans-latin-800-normal.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/nunito-sans-latin-900-normal.woff2") format("woff2");
}

