/* Preserve Font Awesome glyph fonts when UI styles set font-family: inherit */
.fa,
.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab {
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

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

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

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