@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?6kv5md');
  src:  url('fonts/icomoon.eot?6kv5md#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?6kv5md') format('truetype'),
    url('fonts/icomoon.woff?6kv5md') format('woff'),
    url('fonts/icomoon.svg?6kv5md#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-hands-clapping:before {
  content: "\e900";
}
.fa-search:before {
  content: "\f002";
}
.fa-home:before {
  content: "\f015";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-comment:before {
  content: "\f075";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-twitter:before {
  content: "\f099";
}
