@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?47c1p8');
  src: url('fonts/icomoon.eot?47c1p8#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?47c1p8') format('truetype'),
    url('fonts/icomoon.woff?47c1p8') format('woff'),
    url('fonts/icomoon.svg?47c1p8#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-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-upload3:before {
  content: "\e9c8";
}

.icon-angry2:before {
  content: "\e9ee";
}