/**
 * Font Awesome 6 icon fixes
 * - Ensures icon webfonts render (CSP + inherited body fonts)
 * - Supports FA6 (fa-solid), FA5 (fas), and legacy FA4 (fa fa-*)
 */

.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
i[class*="fa-"] {
    display: inline-block !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.fa-solid,
.fas,
.fa-regular,
.far,
.fa,
i.fa:not(.fab):not(.fa-brands)[class*="fa-"] {
    font-family: "Font Awesome 6 Free" !important;
}

.fa-solid,
.fas,
.fa,
i.fa:not(.fab):not(.fa-brands):not(.far):not(.fa-regular)[class*="fa-"] {
    font-weight: 900 !important;
}

.fa-regular,
.far {
    font-weight: 400 !important;
}

.fa-brands,
.fab,
i.fab[class*="fa-"],
i.fa-brands[class*="fa-"] {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

.panel-nav-link i,
.panel-toggle i,
.panel-notify i,
.navbar i,
.footer-link i,
.social-icons i {
    min-width: 1em;
    text-align: center;
}
