@font-face {
  font-family: 'yicon';
  src:  url('fonts/yicon.eot?ulhd2g');
  src:  url('fonts/yicon.eot?ulhd2g#iefix') format('embedded-opentype'),
    url('fonts/yicon.ttf?ulhd2g') format('truetype'),
    url('fonts/yicon.woff?ulhd2g') format('woff'),
    url('fonts/yicon.svg?ulhd2g#yicon') 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: 'yicon' !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-inbox-download:before {
  content: "\e900";
}
.icon-printer:before {
  content: "\e901";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-home:before {
  content: "\e800";
}
.icon-lock:before {
  content: "\e80f";
}
.icon-user:before {
  content: "\e82a";
}
.icon-users:before {
  content: "\e82b";
}
.icon-cart:before {
  content: "\e82e";
}
.icon-phone:before {
  content: "\e831";
}
.icon-magnifier:before {
  content: "\e86f";
}
.icon-cross:before {
  content: "\e870";
}
.icon-list:before {
  content: "\e872";
}
.icon-chevron-left:before {
  content: "\e875";
}
.icon-chevron-right:before {
  content: "\e876";
}
