/*
 * Font Awesome v6 → v5 compatibility shim
 * Aliases FA6 prefixes (.fa-solid, .fa-regular, .fa-brands)
 * to work with Font Awesome Free 5.x installed locally.
 */
.fa-solid {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-style: normal;
}
.fa-regular {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;
    font-style: normal;
}
.fa-brands {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
    font-style: normal;
}
