/* FontAwesome Icons Fix - Prevent Montserrat font override */

/* Global FontAwesome Fix for all contexts */
i.fas,
i.far,
i.fal,
.fas,
.far,
.fal {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

i.fab,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

/* Specific fix for card headers with white color */
.profile-card .card-header i.fas,
.profile-card .card-header i.far,
.profile-card .card-header i.fal {
    color: #ffffff !important;
}
