@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?fst0og");
  src: url("../fonts/icomoon.eot?fst0og#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?fst0og") format("truetype"),
    url("../fonts/icomoon.woff?fst0og") format("woff"),
    url("../fonts/icomoon.svg?fst0og#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-envelope-o:before {
  content: "\f003";
}
.icon-check:before {
  content: "\f00c";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-phone:before {
  content: "\f095";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-menu:before {
  content: "\e9bd";
}
