/* Fuentes autoalojadas (sin Google Fonts) — privacidad/RGPD y CSP estricta.
   Variable fonts: un solo fichero cubre los pesos 400–700. */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../assets/fonts/fraunces-latin-wght-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url("../assets/fonts/mulish-latin-wght-normal.woff2") format("woff2");
}
