@font-face {
    font-family: 'icomoon';
    src:    url('/jmj-sandbox/eei/fonts/icomoon.eot?93eth4');
    src:    url('/jmj-sandbox/eei/fonts/icomoon.eot?93eth4#iefix') format('embedded-opentype'),
        url('/jmj-sandbox/eei/fonts/icomoon.ttf?93eth4') format('truetype'),
        url('/jmj-sandbox/eei/fonts/icomoon.woff?93eth4') format('woff'),
        url('/jmj-sandbox/eei/fonts/icomoon.svg?93eth4#icomoon') 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: '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;
}

.icon-calendar-day:before {
    content: "\e900";
}
.icon-calendar-month:before {
    content: "\e901";
}
.icon-calendar-week:before {
    content: "\e902";
}
.icon-metronome:before {
    content: "\e903";
}
.icon-tuner:before {
    content: "\e904";
}

