/* Font Awesome 6 Brands - subset (facebook, instagram, youtube, tiktok, linkedin, whatsapp) */
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa6-webfonts/fa-brands-400.woff2") format("woff2"),
         url("../fonts/fa6-webfonts/fa-brands-400.ttf") format("truetype");
}

.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
}

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

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

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

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

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

.fa-whatsapp:before {
    content: "\f232";
}
