@font-face {
    font-family: 'haruno';
    src:    url('..icons/fonts/haruno.eot?yq62w');
    src:    url('fonts/haruno.eot?yq62w#iefix') format('embedded-opentype'),
        url('fonts/haruno.ttf?yq62w') format('truetype'),
        url('fonts/haruno.woff?yq62w') format('woff'),
        url('fonts/haruno.svg?yq62w#haruno') 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: 'haruno' !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-haru_arrow_up:before {
    content: "\e900";
}
.icon-haru_catering:before {
    content: "\e901";
}
.icon-haru_domicilio:before {
    content: "\e902";
}
.icon-haru_facebook:before {
    content: "\e903";
}
.icon-haru_instagram:before {
    content: "\e904";
}
.icon-haru_logo:before {
    content: "\e905";
}
.icon-haru_menu:before {
    content: "\e906";
}

