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

[class^="icon-"]::before,
[class*=" icon-"]::before {
    display: inline-block;
    width: 1em;
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-award::before { content: '\e800'; }
.icon-edit::before { content: '\e801'; }
.icon-star::before { content: '\e802'; }
.icon-clock::before { content: '\e803'; }
.icon-list::before { content: '\e804'; }
.icon-home::before { content: '\e805'; }
.icon-cog-alt::before { content: '\e806'; }
.icon-table::before { content: '\f0ce'; }
.icon-exchange::before { content: '\f0ec'; }
.icon-play-circled::before { content: '\f144'; }
.icon-user-plus::before { content: '\f234'; }
