/* ============================================================
   ETERNAMENTE — Fuentes auto-hospedadas (sin Google Fonts)
   Subset: ASCII + Latin-1 (cubre español y acentos europeos:
   á é í ó ú ñ ü ç à è ê ë ¿ ¡ « » …) + comillas/guiones tipográficos.
   Solo se incluyen las 5 caras que el CSS usa de verdad.
   Licencia: SIL Open Font License — ver fonts/OFL-*.txt
   ============================================================ */

/* ── Cormorant Garamond (encabezados) ── */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/cormorant-garamond-latin-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/cormorant-garamond-latin-400-normal.woff2') format('woff2');
}

/* ── Great Vibes (nombres) ── */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/great-vibes-latin-400-normal.woff2') format('woff2');
}

/* ── Lato (cuerpo) ── */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/lato-latin-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/lato-latin-400-normal.woff2') format('woff2');
}
