@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");
}

.fa-brands,
.fab {
    display: inline-block;
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
}

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

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

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

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

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

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