@font-face {
    font-family: 'custom-icons';
    src:  url('/fonts/custom-icons.eot?8xj0eg');
    src:  url('/fonts/custom-icons.eot?8xj0eg#iefix') format('embedded-opentype'),
    url('/fonts/custom-icons.ttf?8xj0eg') format('truetype'),
    url('/fonts/custom-icons.woff?8xj0eg') format('woff'),
    url('/fonts/custom-icons.svg?8xj0eg#custom-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

.icon-custom-yandex-zen:before {
    content: "\e900";
}
