/* ==========================================================================
   FYXBODY · Tipografias alojadas en el propio servidor
   --------------------------------------------------------------------------
   Sustituye la llamada a fonts.googleapis.com que habia en las 21 paginas.
   Motivo: esa llamada enviaba la IP del visitante a Google ANTES de que
   tocara el banner de cookies. Una IP es dato personal (RGPD).

   Ubicacion:  public_html/fyxbody.com/assets/fonts/fonts.css
   Los .woff2 van en esa MISMA carpeta.

   Creado el 7 de septiembre de 2026 · paso 8.4
   Fuentes descargadas de google-webfonts-helper · subconjunto latin · v20
   Licencia: SIL Open Font License 1.1 (Inter e IBM Plex Mono)
   ========================================================================== */


/* --------------------------------------------------------------------------
   INTER · 5 pesos
   -------------------------------------------------------------------------- */

/* Inter · 400 · texto normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('inter-v20-latin-regular.woff2') format('woff2');
}

/* Inter · 500 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('inter-v20-latin-500.woff2') format('woff2');
}

/* Inter · 600 · faltaba en index, empezar, familia, faq y videoteca */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('inter-v20-latin-600.woff2') format('woff2');
}

/* Inter · 700 · negrita */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('inter-v20-latin-700.woff2') format('woff2');
}

/* Inter · 900 · titulares · faltaba en contacto y terminos-condiciones */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('inter-v20-latin-900.woff2') format('woff2');
}


/* --------------------------------------------------------------------------
   IBM PLEX MONO · 3 pesos
   -------------------------------------------------------------------------- */

/* IBM Plex Mono · 400 */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('ibm-plex-mono-v20-latin-regular.woff2') format('woff2');
}

/* IBM Plex Mono · 500 */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('ibm-plex-mono-v20-latin-500.woff2') format('woff2');
}

/* IBM Plex Mono · 600 */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('ibm-plex-mono-v20-latin-600.woff2') format('woff2');
}
