@font-face {
    font-family: "socials";
    src: url("fonts/socials.woff2") format("woff2"),
        url("fonts/socials.ttf") format("truetype"),
        url("fonts/socials.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-palette-values --socials0 {
    font-family: "socials";
    base-palette: 0
}
.icon {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "socials" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.socials0 {
    font-palette: --socials0;
    color: currentColor;
}

.fa-vk, .fa-max, .fa-telegram, .fa-dzen {
    font-family: socials;
}
.fa-vk:before {
    content: "\f003"
}
.fa-telegram:before {
    content: "\f002"
}
.fa-max:before {
    content: "\f001"
}
.fa-dzen:before {
    content: "\f000"
}