@font-face {
    font-family: 'icomaffel';
    src:    url('fonts/icomaffel.eot?qas7pz');
    src:    url('fonts/icomaffel.eot?qas7pz#iefix') format('embedded-opentype'),
        url('fonts/icomaffel.ttf?qas7pz') format('truetype'),
        url('fonts/icomaffel.woff?qas7pz') format('woff'),
        url('fonts/icomaffel.svg?qas7pz#icomaffel') 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: 'icomaffel' !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-angle-double-up:before {
    content: "\f102";
}
.icon-angle-double-down:before {
    content: "\f103";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}

