@font-face {
  font-family: 'iconfont';
  src:  url('fonts/iconfont.eot?ff3wsi');
  src:  url('fonts/iconfont.eot?ff3wsi#iefix') format('embedded-opentype'),
    url('fonts/iconfont.woff2?ff3wsi') format('woff2'),
    url('fonts/iconfont.ttf?ff3wsi') format('truetype'),
    url('fonts/iconfont.woff?ff3wsi') format('woff'),
    url('fonts/iconfont.svg?ff3wsi#iconfont') 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: 'iconfont' !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-profiles:before {
  content: "\e901";
}
.icon-info:before {
  content: "\e900";
}
.icon-medal:before {
  content: "\e6dd";
}
.icon-user:before {
  content: "\e71e";
}
.icon-cart:before {
  content: "\e74d";
}
.icon-signal:before {
  content: "\e79a";
}
.icon-truck:before {
  content: "\e857";
}
.icon-loading:before {
  content: "\e8d0";
}
.icon-sync:before {
  content: "\e8da";
}
.icon-magnifier:before {
  content: "\e922";
}
.icon-close:before {
  content: "\e92a";
}
.icon-menu:before {
  content: "\e92b";
}
.icon-chevron-up:before {
  content: "\e939";
}
.icon-chevron-down:before {
  content: "\e93a";
}
.icon-chevron-left:before {
  content: "\e93b";
}
.icon-chevron-right:before {
  content: "\e93c";
}
.icon-question-circle:before {
  content: "\e957";
}
