@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.ttf?6py85u') format('truetype');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  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-clipboard:before {
    content: "\ea18";
  }
  .icon-speech-bubble:before {
    content: "\e0b0";
  }
  .icon-location-arrow:before {
    content: "\e95b";
  }
  .icon-fire2:before {
    content: "\e928";
  }
