/* Fuentes self-hosted — reemplaza a Google Fonts (fonts.googleapis.com +
   fonts.gstatic.com), elimina 2 orígenes externos (DNS + TLS handshake)
   del camino crítico de carga.
   Geist y Geist Mono son variable fonts: un solo archivo cubre todo el
   rango de pesos usado (300-700), el navegador interpola el peso exacto.
   Solo se declara el subset "latin" (Google también sirve cyrillic,
   vietnamese, etc. pero el contenido es 100% español — el subset latin
   ya cubre tildes, ñ, ¿¡ y signos de puntuación). */

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/geist.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('fonts/geist-mono.woff2') format('woff2');
}

@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/instrument-serif-italic.woff2') format('woff2');
}
