.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-brands::before,
.fa-regular::before,
.fa-solid::before,
.fa::before,
.fab::before,
.far::before,
.fas::before {
    content: var(--fa)
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: 'Font Awesome 6 Free'
}

.fa-brands,
.fab {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400
}

.fa-facebook-f {
    --fa: "\f39e"
}

.fa-twitter {
    --fa: "\f099"
}

.fa-linkedin-in {
    --fa: "\f0e1"
}

.fa-instagram {
    --fa: "\f16d"
}

:host,
:root {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'
}

.fa-solid,
.fas {
    font-weight: 900
}