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

[class="icon-car"], [class="icon-van"],[class="icon-motorcycle"],[class="icon-bicycle"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'index' !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-car:before {
  content: "\e900";
}
.icon-motorcycle:before {
  content: "\e901";
}
.icon-van:before {
  content: "\e902";
}
.icon-bicycle:before {
  content: "\e903";
}

