@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?6emm0e');
  src:  url('../fonts/icomoon.eot?6emm0e#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?6emm0e') format('truetype'),
    url('../fonts/icomoon.woff?6emm0e') format('woff'),
    url('../fonts/icomoon.svg?6emm0e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[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-menu:before {
  content: "\e120";
}
.icon-home3:before {
  content: "\e902";
  margin-right: 0.3rem;
}
.icon-profile:before {
  content: "\e923";
  margin-right: 0.3rem;
}
.icon-bubble:before {
  content: "\e96b";
  margin-right: 0.3rem;
}
.icon-wrench:before {
  content: "\e991";
  margin-right: 0.3rem;
}
.icon-hammer2:before {
  content: "\e9a8";
  margin-right: 0.3rem;
}
.icon-mail4:before {
  content: "\ea86";
  margin-right: 0.3rem;
}
