@font-face {
  font-family: 'forwardslash-icons';
  src:  url('../fonts/forwardslash-icons.eot?dzu1f2');
  src:  url('../fonts/forwardslash-icons.eot?dzu1f2#iefix') format('embedded-opentype'),
    url('../fonts/forwardslash-icons.ttf?dzu1f2') format('truetype'),
    url('../fonts/forwardslash-icons.woff?dzu1f2') format('woff'),
    url('../fonts/forwardslash-icons.svg?dzu1f2#forwardslash-icons') 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: 'forwardslash-icons' !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-infrastructure:before {
  content: "\e901";
}
.icon-apps:before {
  content: "\e902";
}
.icon-web:before {
  content: "\e903";
}
.icon-review:before {
  content: "\e904";
}
