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

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

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

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

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

.fa-check::before { content: "\f00c"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-xmark::before { content: "\f00d"; }
.fa-circle-question::before { content: "\f059"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-plus::before { content: "\2b"; }
.fa-minus::before { content: "\f068"; }
.fa-x::before { content: "\58"; }
.fa-flag::before { content: "\f024"; }
.fa-globe::before { content: "\f0ac"; }
.fa-id-card::before { content: "\f2c2"; }
.fa-facebook::before { content: "\f09a"; }
.fa-instagram::before { content: "\f16d"; }
.fa-linkedin::before { content: "\f08c"; }
.fa-pinterest::before { content: "\f0d2"; }
.fa-reddit-alien::before { content: "\f281"; }
.fa-tiktok::before { content: "\e07b"; }
.fa-tumblr-square::before { content: "\f174"; }
.fa-twitter::before { content: "\f099"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-youtube::before { content: "\f167"; }
