@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?c0h42v');
  src:  url('fonts/icomoon.eot?c0h42v#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?c0h42v') format('truetype'),
    url('fonts/icomoon.woff?c0h42v') format('woff'),
    url('fonts/icomoon.svg?c0h42v#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: 'icomoon' !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-trattore:before {
  content: "\e900";
}
.icon-auto:before {
  content: "\e603";
}
.icon-camion:before {
  content: "\e604";
}
.icon-furgone:before {
  content: "\e605";
}
.icon-moto:before {
  content: "\e606";
}
.icon-quad:before {
  content: "\e607";
}
.icon-ruspa:before {
  content: "\e608";
}

