/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */

.fab,
.fa-brands,
.fas,
.fa-solid {
    display: inline-block;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
    font-style: normal;
}

.fa-moon:before {
    content: "\f186"
}

.fa-sun:before {
    content: "\f185"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-play:before {
    content: "\f04b"
}

.fa-external-link-alt:before {
    content: "\f08e"
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-x-twitter:before {
    content: "\e61b"
}

.fa-threads:before {
    content: "\e618"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-discord:before {
    content: "\f392"
}

.fa-github:before {
    content: "\f09b"
}

.fa-facebook:before {
    content: "\f39e"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-donate:before {
    content: "\24"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-caret-right:before {
    content: "\f0da"
}

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

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