/* ═══════════════════════════════════════════════════════════════════
   gigolosos — fuentes autoalojadas.

   Instrument Serif y Instrument Sans, licencia OFL. Descargadas desde
   Google Fonts y subseteadas localmente con pyftsubset a:
     U+0020-007E, U+00A0-00FF  (latin + áéíóúñüÁÉÍÓÚÑÜ¿¡)
     comillas y rayas tipográficas, viñeta, puntos suspensivos
     U+2713  ✓  marca de verificación

   Nunca se sirven desde un CDN. Si hay que regenerarlas, el comando
   está en docs/fuentes.md.
   ═══════════════════════════════════════════════════════════════════ */

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

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/sans-400.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/sans-500.woff2") format("woff2");
}

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