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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'stm-ico';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: auto;

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

.icon-steering_wheel:before {
  content: "\e814";
}
.icon-speedometr2:before {
  content: "\e800";
}

.icon-steering_wheel:before {
	content: "\e814";
}
