@font-face {
    font-family: "iconfont";
    src: url("../fonts/icons/iconfont.eot");
    src:
        url("../fonts/icons/iconfont.eot")
            format("embedded-opentype"),
        url("../fonts/icons/iconfont.ttf") format("truetype"),
        url("../fonts/icons/iconfont.woff") format("woff"),
        url("../fonts/icons/iconfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

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

.icon-play:before {
    content: "\e900";
}
.icon-chevron_down:before {
    content: "\e901";
}
.icon-arrow_right:before {
    content: "\e902";
}
.icon-facebook:before {
    content: "\e903";
}
.icon-linkedIn:before {
    content: "\e904";
}
.icon-twitter:before {
    content: "\e905";
}
.icon-youtube:before {
    content: "\e906";
}
.icon-spotify:before {
    content: "\e907";
}
.icon-download:before {
    content: "\e908";
}
.icon-copy:before {
    content: "\e909";
}
.icon-close:before {
    content: "\e90a";
}
.icon-search:before {
    content: "\e90b";
}
.icon-star_outline:before {
    content: "\e90c";
}
.icon-star_filled:before {
    content: "\e90d";
}
.icon-check:before {
    content: "\e90e";
}
