/* =========================
   TIPOGRAFÍA GLOBAL FORZADA
   ========================= */

html {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Reset global (compatibilidad máxima) */
* {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}

/* ==========================================
   EXCEPCIÓN DR. EXPLAIN (ICONOS DESPLEGABLES)
   ========================================== */


/* =========================
   H1 - ROBOTO CONDENSED BLACK (900) 36px
   ========================= */

h1 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    font-size: 36px;
}

/* =========================
   H2 - ROBOTO CONDENSED SEMIBOLD (600) 30px
   ========================= */

h2 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    font-size: 32px;
}

/* =========================
   H3 - ROBOTO CONDENSED MEDIUM (500) 24px
   ========================= */

h3 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: 29px;
}

/* =========================
   NEW NORMAL - 18px
   ========================= */

span.New_normal {
   font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
   font-weight: 200;
   font-size: 19px;
}

/* =========================
   QUOTE - ROBOTO NORMAL 14px
   ========================= */

.quote {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    font-size: 14px;
}

/* =========================
   TEXTO NORMAL
   ========================= */

p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
}

/* =========================
   ENCABEZADO
   ========================= */

span.encabezado {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    font-size: 24px;
}

/* =========================
   SEGURIDAD EXTRA
   ========================= */




/* =========================================
   ✅ FIX REAL ICONO DR EXPLAIN (Font Awesome)
   ========================================= */

/* Restablece la fuente ORIGINAL del icono */
.de-spoiler-text-block-toggle, .de-text-block-icon  {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* Asegura que el pseudo-elemento conserve el icono */
.de-spoiler-text-block-toggle::before,  .de-text-block-icon {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}











