@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ruqp7a');
  src:  url('fonts/icomoon.eot?ruqp7a#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ruqp7a') format('truetype'),
    url('fonts/icomoon.woff?ruqp7a') format('woff'),
    url('fonts/icomoon.svg?ruqp7a#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: 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-home:before {
  content: "\e900";
}
.icon-pen:before {
  content: "\e908";
}
.icon-video-camera:before {
  content: "\e914";
}
.icon-barcode:before {
  content: "\e937";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-phone:before {
  content: "\e942";
}
.icon-gift:before {
  content: "\e99f";
}
.icon-lab:before {
  content: "\e9aa";
}
.icon-briefcase:before {
  content: "\e9ae";
}
.icon-clipboard:before {
  content: "\e9b8";
}
