@font-face {
    font-family: 'grandicons';
    src: url('fonts/grandicons.ttf?24nl09')           format('truetype'),
         url('fonts/grandicons.woff?24nl09')          format('woff'),
         url('fonts/grandicons.svg?24nl09#grandicons') 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: 'grandicons' !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-menu:before {
    content: "\e900";
}
.icon-cross:before {
    content: "\e901";
}
