/* ==========================================================================
   Tlalli · Salón de Eventos
   Tipografías servidas desde el propio sitio (sin llamadas a Google Fonts).
   Subconjunto latino, suficiente para español.

   Este archivo NO entra en dist\tlalli.html: build.ps1 incrusta las mismas
   fuentes como data URI. Si cambia una tipografía, cámbiela en los dos lados.
   ========================================================================== */

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("fonts/cormorant.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 300 500;
  font-display: swap;
  src: url("fonts/cormorant-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("fonts/inter.woff2") format("woff2");
}
