/**
 * Keep Font Awesome icons working after typography/theme CSS.
 * Load this file last in the layout head.
 */
.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

.fa-regular,
.far {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.fa-light,
.fal,
.fa-thin,
.fat,
.fa-duotone,
.fad {
    font-family: "Font Awesome 6 Free" !important;
    font-style: normal !important;
}
