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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-steering:before {
  content: "\e901";
}
.icon-podcast:before {
  content: "\e91c";
}
.icon-spinner3:before {
  content: "\e97c";
}
.icon-target:before {
  content: "\e9b3";
}
.icon-eye-plus:before {
  content: "\e9cf";
}
.icon-radio-checked:before {
  content: "\ea54";
}
