@font-face {
    font-family: 'icons';
    src:    url('fonts/icons.eot?y1f0bu');
    src:    url('fonts/icons.eot?y1f0bu#iefix') format('embedded-opentype'),
        url('fonts/icons.ttf?y1f0bu') format('truetype'),
        url('fonts/icons.woff?y1f0bu') format('woff'),
        url('fonts/icons.svg?y1f0bu#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-quote-open:before {
    content: "\e900";
}
.icon-quote-close:before {
    content: "\e901";
}
.icon-icon-hamburger:before {
    content: "\e902";
}
.icon-icon-cross:before {
    content: "\e903";
}

