@font-face {
  font-family: 'icons';
  src: url('./icons.eot?551fa077ae463bdddee94bc1c029d3f9#iefix')
      format('embedded-opentype'),
    url('./icons.woff2?551fa077ae463bdddee94bc1c029d3f9') format('woff2'),
    url('./icons.woff?551fa077ae463bdddee94bc1c029d3f9') format('woff');
}

i[class^='icon-']:before,
i[class*=' icon-']:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-trailer:before {
  content: '\f101';
}
