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

@font-face {
  font-display: fallback;
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Archivo-Regular.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Archivo-SemiBold.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Questrial-Regular.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Marblis";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Marblis-Book.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Marblis";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Marblis-Bold.woff2") format("woff2");
}

