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

@font-face {
  font-display: swap;
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/DMSerifDisplay-Regular.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AlbertSans-Regular.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/AlbertSans-SemiBold.woff2") format("woff2");
}

