@font-face {
    font-family: 'serticon';
    src:  url('../fonts/serticon.eot?yv7rep');
    src:  url('../fonts/serticon.eot?yv7rep#iefix') format('embedded-opentype'),
    url('../fonts/serticon.ttf?yv7rep') format('truetype'),
    url('../fonts/serticon.woff?yv7rep') format('woff'),
    url('../fonts/serticon.svg?yv7rep#serticon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.si {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'serticon' !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;
}

.si-car-odometer:before {
    content: "\e901";
}
.si-maintenance:before {
    content: "\e902";
}
.si-fluid:before {
    content: "\e900";
}
.si-no-image:before {
    content: "\e904";
}
.si-labour:before {
    content: "\e903";
}
.si-labour-2:before {
    content: "\e909";
}
.si-parts:before {
    content: "\e90f";
}

