@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?gsb58u');
  src:  url('fonts/icomoon.eot?gsb58u#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?gsb58u') format('truetype'),
    url('fonts/icomoon.woff?gsb58u') format('woff'),

    url('fonts/icomoon.svg?gsb58u#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-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
    margin-right: 10px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-home:before {
  content: "\e900";
}
.icon-copy:before {
  content: "\e92c";
}
.icon-search:before {
  content: "\e986";
}
.icon-zoom-in:before {
  content: "\e987";
}
.icon-zoom-out:before {
  content: "\e988";
}
.icon-rocket:before {
  content: "\e9a5";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-mail4:before {
  content: "\ea86";
}
.icon-steam:before {
  content: "\eaac";
}
.icon-phone:before {
  content: "\e942";
}
.icon-phone-hang-up:before {
  content: "\e943";
}

