@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?g72pr2');
  src:  url('../fonts/icomoon.eot?g72pr2#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?g72pr2') format('truetype'),
    url('../fonts/icomoon.woff?g72pr2') format('woff'),
    url('../fonts/icomoon.svg?g72pr2#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-play:before {
  content: "\f04b";
}
.icon-phone:before {
  content: "\f095";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-mouse-pointer:before {
  content: "\f245";
}
.icon-hourglass-2:before {
  content: "\f252";
}
.icon-hourglass-half:before {
  content: "\f252";
}
.icon-stumbleupon:before {
  content: "\eace";
}
