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

@font-face {
  font-display: fallback;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Outfit-Regular.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Outfit-SemiBold.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Outfit-Bold.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Nunito-Bold.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Nunito-Black.woff2") format("woff2");
}

