@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?bn1vug');
  src:  url('../fonts/icomoon.eot?bn1vug#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?bn1vug') format('truetype'),
    url('../fonts/icomoon.woff?bn1vug') format('woff'),
    url('../fonts/icomoon.svg?bn1vug#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
.icon-Bike,
.icon-eBike,
.icon-eScooter,
.icon-Gokart,
.icon-Golfcart,
.icon-Lift,
.icon-Motor,
.icon-Snowbike,
.icon-Truck {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 50px;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Gokart:before {
  content: "\e903";
  color: #fff;
}
.icon-Bike:before {
  content: "\e900";
  color: #fff;
}
.icon-eBike:before {
  content: "\e901";
  color: #fff;
}
.icon-eScooter:before {
  content: "\e902";
  color: #fff;
}
.icon-Golfcart:before {
  content: "\e904";
  color: #fff;
}
.icon-Lift:before {
  content: "\e905";
  color: #fff;
}
.icon-Motor:before {
  content: "\e907";
  color: #fff;
}
.icon-Snowbike:before {
  content: "\e908";
  color: #fff;
}
.icon-Truck:before {
  content: "\e909";
  color: #fff;
}
