@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/desktop-icons/icomoon.eot?teb0o4');
    src:  url('../fonts/desktop-icons/icomoon.eot?teb0o4#iefix') format('embedded-opentype'),
    url('../fonts/desktop-icons/icomoon.ttf?teb0o4') format('truetype'),
    url('../fonts/desktop-icons/icomoon.woff?teb0o4') format('woff'),
    url('../fonts/desktop-icons/icomoon.svg?teb0o4#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;
}

.icon-mileage:before {
    content: "\e900";
}
.icon-calendar:before {
    content: "\e901";
}
.icon-electro:before {
    content: "\e902";
}
.icon-lpg:before {
    content: "\e903";
}
.icon-disel:before {
    content: "\e904";
}
.icon-hibrid:before {
    content: "\e905";
}
.icon-gearbox:before {
    content: "\e906";
}
.icon-automatic:before {
    content: "\e907";
}
