@font-face {
    font-family: 'icomoon';
    src:    url('../../fonts/landing/icomoon.eot?ej3mif');
    src:    url('../../fonts/landing/icomoon.eot?ej3mif#iefix') format('embedded-opentype'),
        url('../../fonts/landing/icomoon.ttf?ej3mif') format('truetype'),
        url('../../fonts/landing/icomoon.woff?ej3mif') format('woff'),
        url('../../fonts/landing/icomoon.svg?ej3mif#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="f-icon-"], [class*=" f-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !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;
}

.f-icon-logo:before {
    content: "\e906";
}
.f-icon-facebook:before {
    content: "\e900";
}
.f-icon-twitter:before {
    content: "\e901";
}
.f-icon-youtube:before {
    content: "\e902";
}
.f-icon-twitch:before {
    content: "\e903";
}
.f-icon-arrow-left:before {
    content: "\e602";
}
.f-icon-close:before {
    content: "\e609";
}
.f-icon-arrow-right:before {
    content: "\e60d";
}
.f-icon-hamburger:before {
    content: "\e60e";
}
.f-icon-polygon:before {
    content: "\e904";
}
.f-icon-video-play:before {
    content: "\e905";
}
.f-icon-dropdown:before {
    content: "\e60a";
}



