@import "style.css";

@font-face {
    font-family: 'bmicomoon';
    src: url('fonts/icomoon.eot?cslpqa');
    src: url('fonts/icomoon.eot?cslpqa#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?cslpqa') format('truetype'),
        url('fonts/icomoon.woff?cslpqa') format('woff'),
        url('fonts/icomoon.svg?cslpqa#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

i.bm {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'bmicomoon' !important;
    speak-as: spell-out;
    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;
}