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

[class^="fa-"], [class*=" fa-"] {
  /* 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;
}

.fa-history:before {
  content: "\e900";
}
.fa-search:before {
  content: "\f002";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-times:before {
  content: "\f00d";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-chevron_right:before {
  content: "\f054";
}
.fa-upload:before {
  content: "\f093";
}
.fa-circle_arrow_right:before {
  content: "\f0a9";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
