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

@font-face {
  font-display: fallback;
  font-family: "Literata";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Literata-SemiBold.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/WixMadeforText-Regular.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Wix Madefor Text";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/WixMadeforText-Bold.woff2") format("woff2");
}

