@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

.fa,
.fas,
.fa-solid,
.fab,
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

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

.fab,
.fa-brands {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.fa::before,
.fas::before,
.fa-solid::before,
.fab::before,
.fa-brands::before {
    content: var(--fa);
}

.fa-qq { --fa: "\f1d6"; }
.fa-tiktok { --fa: "\e07b"; }
.fa-envelope { --fa: "\f0e0"; }
.fa-chevron-right { --fa: "\f054"; }
.fa-arrow-right { --fa: "\f061"; }
.fa-external-link-alt { --fa: "\f35d"; }
.fa-link { --fa: "\f0c1"; }
.fa-rocket { --fa: "\f135"; }
.fa-users { --fa: "\f0c0"; }
.fa-trophy { --fa: "\f091"; }
.fa-handshake { --fa: "\f2b5"; }
.fa-shield-alt { --fa: "\f3ed"; }
.fa-star { --fa: "\f005"; }
.fa-balance-scale { --fa: "\f24e"; }
.fa-dove { --fa: "\f4ba"; }
.fa-chart-line { --fa: "\f201"; }
