//* =========================
   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;
}
 
/* =========================
   H1 - ROBOTO CONDENSED BLACK (900) 36px
   ========================= */
 
h1 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    font-weight: 900;
    font-size: 36px;
}
 
/* =========================
   H2 - ROBOTO CONDENSED SEMIBOLD (600) 30px
   ========================= */
 
h2 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    font-weight: 600;
    font-size: 30px;
}
 
/* =========================
   H3 - ROBOTO CONDENSED MEDIUM (500) 24px
   ========================= */
 
h3 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    font-size: 24px;
}
 
/* =========================
   NEW NORMAL - 18px (CONDENSED NORMAL)
   ========================= */
 
.new-normal {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: 18px;
}
 
/* =========================
   QUOTE - ROBOTO NORMAL 28px
   ========================= */
 
.quote {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    font-size: 28px;
}
 
/* =========================
   SEGURIDAD EXTRA (HERENCIA CONSISTENTE)
   ========================= */
 
strong, b {
    font-weight: 700;
}


/* =========================================
   ✅ 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;
}