@font-face {
    font-family: 'rootbeans';
    src:
        url('../fonts/rootbeans.ttf?ve0j8n') format('truetype'),
        url('../fonts/rootbeans.woff?ve0j8n') format('woff'),
        url('../fonts/rootbeans.svg?ve0j8n#rootbeans') 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: 'rootbeans' !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-bean .bean:before {
    content: "\e900";
}
.icon-bean .radical:before {
    content: "\e901";
    margin-left: -1.6513671875em;
    color: rgba(0, 0, 0, 0.4);
}
.icon-bean .reflection:before {
    content: "\e902";
    margin-left: -1.6513671875em;
    color: rgba(255, 255, 255, 0.2);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'rootbeans';
        src: url('../fonts/rootbeans.svg?ve0j8n#rootbeans') format('svg');
        
    }
}

