@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?uycrks');
  src:  url('fonts/icomoon.eot?uycrks#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?uycrks') format('truetype'),
    url('fonts/icomoon.woff?uycrks') format('woff'),
    url('fonts/icomoon.svg?uycrks#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: 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-home:before {
  content: "\e900";
}
.icon-headphones:before {
  content: "\e910";
}
.icon-play:before {
  content: "\e912";
}
.icon-bullhorn:before {
  content: "\e91a";
}
.icon-mic:before {
  content: "\e91e";
}
.icon-compass2:before {
  content: "\e94a";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-shrink:before {
  content: "\e98a";
}
.icon-pie-chart:before {
  content: "\e99a";
}
.icon-happy:before {
  content: "\e9df";
}
.icon-grin:before {
  content: "\e9e9";
}
.icon-shocked:before {
  content: "\e9f1";
}
.icon-crying:before {
  content: "\ea01";
}
