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

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

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

.fa,
.fas,
.far,
.fab {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

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

.far {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

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

.fa-home::before { content: "\f015"; }
.fa-users::before { content: "\f0c0"; }
.fa-gamepad::before { content: "\f11b"; }
.fa-wrench::before { content: "\f0ad"; }
.fa-cogs::before { content: "\f085"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-plus-square::before { content: "\f0fe"; }
.fa-hammer::before { content: "\f6e3"; }
.fa-th::before { content: "\f00a"; }
.fa-plug::before { content: "\f1e6"; }
.fa-meteor::before { content: "\f753"; }
.fa-compass::before { content: "\f14e"; }
.fa-book-open::before { content: "\f518"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-globe::before { content: "\f0ac"; }
.fa-calendar-plus::before { content: "\f271"; }
.fa-sign-in-alt::before { content: "\f2f6"; }
.fa-bars::before { content: "\f0c9"; }
.fa-times::before { content: "\f00d"; }
.fa-arrow-up-right-from-square::before { content: "\f08e"; }
.fa-arrow-down::before { content: "\f063"; }
.fa-database::before { content: "\f1c0"; }
.fa-code::before { content: "\f121"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-magic::before { content: "\f0d0"; }
.fa-tools::before { content: "\f7d9"; }
.fa-plus::before { content: "\2b"; }
.fa-youtube::before { content: "\f167"; }
.fa-discord::before { content: "\f392"; }
.fa-tiktok::before { content: "\e07b"; }
