@font-face {
  font-family: 'icons';
  src:  url('../webfonts/icons.eot?z2x864');
  src:  url('../webfonts/icons.eot?z2x864#iefix') format('embedded-opentype'),
    url('../webfonts/icons.ttf?z2x864') format('truetype'),
    url('../webfonts/icons.woff?z2x864') format('woff'),
    url('../webfonts/icons.svg?z2x864#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="_icon-"]::before,
[class*=" _icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak-as: 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-printed:before {
  content: "\e900";
}
._icon-mechanical:before {
  content: "\e901";
}
._icon-pump:before {
  content: "\e902";
}
._icon-chemical:before {
  content: "\e903";
}
._icon-metal-plate:before {
  content: "\e904";
}
