@font-face {
    font-family: "icons";
    src: url("./icons.woff2?3dfb6293fb3c0e905eb41512b4e3c963") format("woff2"),
url("./icons.woff?3dfb6293fb3c0e905eb41512b4e3c963") format("woff");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
    content: "\f101";
}
.icon-x-twitter:before {
    content: "\f102";
}
.icon-tiktok:before {
    content: "\f103";
}
.icon-instagram:before {
    content: "\f104";
}
.icon-facebook:before {
    content: "\f105";
}
.icon-facebook-f:before {
    content: "\f106";
}
.icon-envelope:before {
    content: "\f107";
}
