@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?bkgnd2");
  src:
    url("../fonts/icomoon.eot?bkgnd2#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?bkgnd2") format("truetype"),
    url("../fonts/icomoon.woff?bkgnd2") format("woff"),
    url("../fonts/icomoon.svg?bkgnd2#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: never;
  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-envelope:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-location2:before {
  content: "\e948";
}
.icon-envelope1:before {
  content: "\e901";
}
.icon-engineering:before {
  content: "\e902";
}
.icon-diamonds:before {
  color: #f47e4a;
  content: "\e919";
}
