@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff?skpaq5") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fast-clock:before {
  content: "\e900";
  color: #fff;
}
.icon-handshake:before {
  content: "\e901";
  color: #fff;
}
.icon-like:before {
  content: "\e902";
  color: #fff;
}
.icon-master:before {
  content: "\e903";
  color: #fff;
}
.icon-people-network:before {
  content: "\e904";
  color: #fff;
}
.icon-tools:before {
  content: "\e905";
  color: #fff;
}
