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

@font-face {
  font-display: fallback;
  font-family: "Baskervville";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Baskervville.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/PlusJakartaSans.woff2") format("woff2");
}

