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

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

.icon-check:before {
    content: "\e116";
}
.icon-close:before {
    content: "\e117";
}
.icon-menu:before {
    content: "\e120";
}
.icon-down:before {
    content: "\e900";
}
.icon-up:before {
    content: "\e901";
}
.icon-fb:before {
    content: "\e902";
}
.icon-ig:before {
    content: "\e903";
}
.icon-tw:before {
    content: "\e904";
}
.icon-gh:before {
    content: "\e905";
}
.icon-yt:before {
    font-family: "FontAwesome";
    content: "\f167";
}
.icon-sl:before {
    font-family: "FontAwesome";
    content: "\f198";
}