@font-face {
    font-family: 'acciente_logo';
    src:    url('fonts/acciente_logo.eot?9sg5y3');
    src:    url('fonts/acciente_logo.eot?9sg5y3#iefix') format('embedded-opentype'),
    url('fonts/acciente_logo.ttf?9sg5y3') format('truetype'),
    url('fonts/acciente_logo.woff?9sg5y3') format('woff'),
    url('fonts/acciente_logo.svg?9sg5y3#acciente_logo') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-acciente_logo {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'acciente_logo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 22px;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-acciente_logo:before {
    content: "\e900";
}