@font-face {
    font-family: 'icomoon';
    src:  url('../icons-font/icomoon.eot?ww2hdz');
    src:  url('../icons-font/icomoon.eot?ww2hdz#iefix') format('embedded-opentype'),
    url('../icons-font/icomoon.ttf?ww2hdz') format('truetype'),
    url('../icons-font/icomoon.woff?ww2hdz') format('woff'),
    url('../icons-font/icomoon.svg?ww2hdz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    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;
}

/* Page Header Compensation =========== */
.icon-caju-icon {
    padding-top: 0.19em;
    padding-bottom: 0.19em;
    display: inline-flex;
}

.icon-caju-icon:before {
    content: "\e900";
}