/*
 * DM Sans, self-hosted from the official Google Fonts repository:
 * https://github.com/google/fonts/tree/main/ofl/dmsans
 * Licensed under the SIL Open Font License 1.1; see OFL-DM-Sans.txt.
 * WOFF2 is a lossless conversion of the original TTF, retained beside it.
 */
@font-face {
  font-family: "DM Sans";
  src: url("./DMSans-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

/* Only the heading face used by the storefront; original licensed pack is unchanged. */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
