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

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'icons';
        src: url('../fonts/icons.svg#icons') format('svg');
    }
}

[data-icons8]:before {
    content: attr(data-icons8);
}

.icons8, [data-icons8]:before,
.icons8-antiseptic-cream:before,
.icons8-arrow-pointing-down:before,
.icons8-delete-sign:before,
.icons8-long-arrow-left:before,
.icons8-long-arrow-up:before,
.icons8-mute:before,
.icons8-play:before,
.icons8-right-arrow:before,
.icons8-shopping-bag:before,
.icons8-timer:before,
.icons8-today:before,
.icons8-volume:before,
.icons8-work-address:before,
.icons8-youtube-play-button-logo:before {
    display: inline-block;
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.icons8-antiseptic-cream:before {
    content: "\f10e";
}

.icons8-arrow-pointing-down:before {
    content: "\f101";
}

.icons8-delete-sign:before {
    content: "\f108";
}

.icons8-long-arrow-left:before {
    content: "\f102";
}

.icons8-long-arrow-up:before {
    content: "\f100";
}

.icons8-mute:before {
    content: "\f112";
}

.icons8-play:before {
    content: "\f113";
}

.icons8-right-arrow:before {
    content: "\f103";
}

.icons8-shopping-bag:before {
    content: "\f109";
}

.icons8-timer:before {
    content: "\f10c";
}

.icons8-today:before {
    content: "\f10f";
}

.icons8-volume:before {
    content: "\f111";
}

.icons8-work-address:before {
    content: "\f10d";
}

.icons8-youtube-play-button-logo:before {
    content: "\f114";
}
