@font-face {
    font-family: 'custom';
    src:
            url('../fonts/custom-fonts/custom.woff') format('woff'),
            url('../fonts/custom-fonts/custom.ttf') format('truetype'),
            url('../fonts/custom-fonts/custom.svg#custom') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="fa-icon"], [class*=" fa-icon"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'custom' !important;
    speak: never;
    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;
}

.fa-icon-telegram-plane:before {
    content: "\e900";
}
.fa-icon-facebook-f:before {
    content: "\e901";
}
.fa-icon-instagram:before {
    content: "\e902";
}
.fa-icon-twitter:before {
    content: "\e903";
}
.fa-icon-vk:before {
    content: "\e904";
}
.fa-icon-youtube:before {
    content: "\e905";
}