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

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'customicons' !important;
  speak-as: 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;
}

.ic-steering-wheel:before {
  content: "\e900";
}
