@font-face {
    font-family: 'icomoon';
    src:    url('icomoon.eot?e834jy');
    src:    url('icomoon.eot?e834jy#iefix') format('embedded-opentype'),
        url('icomoon.ttf?e834jy') format('truetype'),
        url('icomoon.woff?e834jy') format('woff'),
        url('icomoon.svg?e834jy#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-beamed-note:before {
    content: "\e900";
}
.icon-blackboard:before {
    content: "\e901";
}
.icon-camera:before {
    content: "\e902";
}
.icon-globe:before {
    content: "\e903";
}
.icon-pencil:before {
    content: "\e904";
}
.icon-rocket:before {
    content: "\e905";
}

