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

@font-face {
  font-display: fallback;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Martel";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Martel-Regular.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Martel";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Martel-SemiBold.woff2") format("woff2");
}

