@font-face {
    font-family: "icons";
    src: url("/assets/fonts/icons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "chat";
    src: url("/assets/fonts/chat.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* Только классы, начинающиеся с icon- */
.icon-close,
.icon-award,
.icon-briefcase,
.icon-check,
.icon-geo,
.icon-info,
.icon-like,
.icon-long-arrow,
.icon-picture,
.icon-user,
.icon-eye,
.icon-arrow,
.icon-comment,
.icon-notify,
.icon-search {
    font-family: "icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Иконки для icons */
.icon-close:before {
    content: "\e905";
}
.icon-award:before {
    content: "\e906";
}
.icon-briefcase:before {
    content: "\e907";
}
.icon-check:before {
    content: "\e908";
}
.icon-geo:before {
    content: "\e90b";
}
.icon-info:before {
    content: "\e90c";
}
.icon-like:before {
    content: "\e90d";
}
.icon-long-arrow:before {
    content: "\e90e";
}
.icon-picture:before {
    content: "\e911";
}
.icon-user:before {
    content: "\e913";
}
.icon-eye:before {
    content: "\e900";
}
.icon-arrow:before {
    content: "\e901";
}
.icon-comment:before {
    content: "\e902";
}
.icon-notify:before {
    content: "\e903";
}
.icon-search:before {
    content: "\e904";
}

/* Только классы, начинающиеся с i-chat- */
.i-chat-comments,
.i-chat-cross,
.i-chat-clip,
.i-chat-send {
    font-family: "chat" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Иконки для chat */
.i-chat-comments:before {
    content: "\e900";
}
.i-chat-cross:before {
    content: "\e901";
}
.i-chat-clip:before {
    content: "\e902";
}
.i-chat-send:before {
    content: "\e903";
}
