/*!
 * Font Awesome Free 6.5.1 – Brands only
 * https://fontawesome.com
 */

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

/* ===== Core brand base ===== */
.fa-brands {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

    /* ===== Brand icons ===== */
    .fa-brands.fa-instagram::before {
        content: "\f16d";
    }

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

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

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

    .fa-brands.fa-linkedin-in::before {
        content: "\f0e1";
    }
