@font-face {
    font-family: "Font Awesome 6 Solid";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.ttf") format("truetype");
}

@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.ttf") format("truetype");
}

.fa {
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-2x {
    font-size: 2em;
}

.fa-transition {
    transition: opacity 0.1s ease, transform 0.1s ease;
}

.fa-transition.fade-out {
    opacity: 0;
    transform: scale(-0.5);
}

.fa-bars::before {
    content: "\f0c9";
    font-family: "Font Awesome 6 Solid";
}

.fa-xmark::before {
    content: "\f00d";
    font-family: "Font Awesome 6 Solid";
}

.fa-facebook-square::before {
    content: "\f082";
    font-family: "Font Awesome 6 Brands";
}

.fa-instagram::before {
    content: "\f16d";
    font-family: "Font Awesome 6 Brands";
}

.fa-whatsapp::before {
    content: "\f232";
    font-family: "Font Awesome 6 Brands";
}