@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?a06m21');
  src:  url('fonts/icomoon.eot?a06m21#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?a06m21') format('truetype'),
    url('fonts/icomoon.woff?a06m21') format('woff'),
    url('fonts/icomoon.svg?a06m21#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-youtube:before {
  content: "\ea9d";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-scissors:before {
  content: "\ea5a";
}
.icon-exit:before {
  content: "\ea14";
}
.icon-gift:before {
  content: "\e99f";
}
.icon-bug:before {
  content: "\e999";
}
.icon-key:before {
  content: "\e98d";
}
.icon-user-plus:before {
  content: "\e973";
}
.icon-user:before {
  content: "\e971";
}
.icon-address-book:before {
  content: "\e944";
}
.icon-home:before {
  content: "\e900";
}

