/* Font Awesome 7 compatibility for FA5 class names (fal/fad) and Pro-only icons */

.fa,
.fas,
.far,
.fal,
.fad,
.fa-solid,
.fa-regular,
.fa-light,
.fa-duotone,
.fa-classic {
    --fa-family: var(--fa-family-classic, "Font Awesome 7 Free");
    font-family: var(--fa-family) !important;
}

.fa,
.fas,
.fal,
.fad,
.fa-solid,
.fa-light,
.fa-duotone,
.fa-classic {
    font-weight: 900 !important;
}

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

.fab,
.fa-brands {
    --fa-family: var(--fa-family-brands, "Font Awesome 7 Brands");
    font-family: var(--fa-family) !important;
    font-weight: 400 !important;
}

.fal::before,
.fad::before,
.fa-light::before,
.fa-duotone::before {
    content: var(--fa) / "";
}

.fad::after,
.fa-duotone::after {
    content: none !important;
    display: none !important;
}

/* FA5 Pro icon names → FA7 Free glyphs */
.fa-analytics { --fa: "\f201"; }
.fa-badge-check { --fa: "\f0a3"; }
.fa-badge-dollar { --fa: "$"; }
.fa-book-spells { --fa: "\f02d"; }
.fa-books { --fa: "\f02d"; }
.fa-brackets { --fa: "\f121"; }
.fa-bullseye-arrow { --fa: "\f140"; }
.fa-chart-network { --fa: "\f1e0"; }
.fa-comment-alt-edit { --fa: "\f044"; }
.fa-comment-alt-lines { --fa: "\f086"; }
.fa-comments-alt { --fa: "\f086"; }
.fa-file-check { --fa: "\f15b"; }
.fa-file-search { --fa: "\f002"; }
.fa-hands-heart { --fa: "\f4be"; }
.fa-lightbulb-on { --fa: "\f0eb"; }
.fa-shield-check { --fa: "\f3ed"; }
.fa-user-chart { --fa: "\f201"; }
.fa-users-crown { --fa: "\f0c0"; }
