/* FINAL FIX - PREVENT ALL BROKEN ICONS */

/* Only allow icons in <i> tags */
i.fas, i.far, i.fab, i.fa {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
    font-weight: 900;
}

/* ALL TEXT ELEMENTS USE ROBOTO - NO FONT AWESOME */
h1, h2, h3, h4, h5, h6,
.section-title,
.category-section h2,
.article-title,
.video-title,
.category-badge,
.card-content h3,
.article-card-small h4,
p, span, a, div {
    font-family: 'Roboto', sans-serif !important;
}

/* Remove ALL pseudo-elements that might render icons */
h1::before, h1::after,
h2::before, h2::after,
h3::before, h3::after,
h4::before, h4::after,
h5::before, h5::after,
h6::before, h6::after,
.section-title::before,
.section-title::after,
.article-title::before,
.article-title::after {
    content: none !important;
    display: none !important;
}

/* Ensure section headers are clean */
.section-header h2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900;
    font-size: 32px;
    color: #1a1a1a;
}

/* Category badges - text only */
.category-badge {
    background: #E31E24;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
}
