/* Pastelaria Aurora — Self-hosted fonts (latin subset only, swap to avoid invisible text) */

@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/dm-serif-display-400.woff2") format("woff2");
}

/* Inter is shipped as a variable font covering weights 400-700; each
   declaration below points browsers to the correct weight instance. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/inter-variable.woff2") format("woff2-variations"), url("/assets/fonts/inter-variable.woff2") format("woff2");
}
