@font-face {
    font-style: normal;
    font-weight: normal;
    src:
        url("./social-icons.woff2") format("woff"),
        url("./social-icons.woff") format("woff2");
    font-family: "Social Icons";
}

.s-icon {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Social Icons";
    letter-spacing: normal;
    direction: ltr;
    text-transform: none;
    word-wrap: normal;
    text-align: center;
    text-decoration: inherit;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.s-icon--discord:before {
    content: "\e816";
}
.s-icon--facebook:before {
    content: "\e819";
}
.s-icon--facebook-alt:before {
    content: "\e817";
}
.s-icon--facebook-alt2:before {
    content: "\e818";
}
.s-icon--instagram-alt:before {
    content: "\e81a";
}
.s-icon--linkedin-alt:before {
    content: "\e81b";
}
.s-icon--linkedin:before {
    content: "\e81c";
}
.s-icon--instagram:before {
    content: "\e81d";
}
.s-icon--messenger:before {
    content: "\e81f";
}
.s-icon--pinterest-alt:before {
    content: "\e820";
}
.s-icon--pinterest:before {
    content: "\e821";
}
.s-icon--snapchat:before {
    content: "\e822";
}
.s-icon--tamo:before {
    content: "\e823";
}
.s-icon--telegram:before {
    content: "\e824";
}
.s-icon--threads-alt:before {
    content: "\e825";
}
.s-icon--threads:before {
    content: "\e826";
}
.s-icon--tiktok:before {
    content: "\e827";
}
.s-icon--viber:before {
    content: "\e828";
}
.s-icon--x-alt:before {
    content: "\e829";
}
.s-icon--x:before {
    content: "\e82a";
}
.s-icon--youtube:before {
    content: "\e82b";
}
