/* ============================================================
   asteelflash.com — Apariencia > Personalizar > CSS adicional
   Reemplaza POR COMPLETO el contenido actual de ese campo.
   Actualizado: 2026-08-25
   ============================================================

   QUE CAMBIA RESPECTO AL BLOQUE ANTERIOR (septiembre 2025)

   1. Se elimina el @import a Google Fonts.
      Outfit ahora la sirve el propio tema desde
      /assets/fonts/outfit/ (SIL Open Font License 1.1).
      Sin peticion externa y sin enviar la IP del visitante a Google.

   2. Se eliminan las reglas .gilroy--regular / --bold / --light / --medium.
      Gilroy se retiro del servidor el 2026-08-25 y esas clases ya no
      existen en el tema; las reglas quedaron sin efecto.

   3. Las familias pasan a llamarse 'Outfit-Regular' / 'Outfit-Bold',
      que son las que declara el tema y apuntan al archivo autohospedado.

   4. Los campos de formulario pasan de Roboto a Outfit, para trabajar
      con una sola tipografia. Si se prefiere conservar Roboto, avisar:
      hay que autohospedarla tambien (no debe volver el @import).

   Las cuatro reglas de layout del inicio se conservan sin cambio.
   ============================================================ */


/* ----- layout (sin cambios) ----- */

#swipebox-overlay {
    display: none;
}

.main-nav_wrapper {
    z-index: -1 !important;
}

.main-nav {
    z-index: -2;
}

.menu_panel {
    z-index: -9 !important;
}


/* ----- tipografia: Outfit autohospedada por el tema ----- */

body {
    font-family: 'Outfit-Regular', system-ui, -apple-system, sans-serif !important;
    font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: 'Outfit-Bold', system-ui, -apple-system, sans-serif !important;
    font-weight: 700;
}

.btn-primary {
    font-family: 'Outfit-Bold', system-ui, -apple-system, sans-serif !important;
    font-weight: 700;
}

#swipebox-top-bar,
[type='text'], [type='password'], [type='date'], [type='datetime'],
[type='datetime-local'], [type='month'], [type='week'], [type='email'],
[type='number'], [type='search'], [type='tel'], [type='time'],
[type='url'], [type='color'], textarea, select {
    font-family: 'Outfit-Regular', system-ui, -apple-system, sans-serif !important;
    font-weight: 400;
}
