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

[class^="zpe-icon-"], [class*=" zpe-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'zpe-icons' !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;
}

.zpe-icon-dhcp:before {
  content: "\e906";
}
.zpe-icon-hotspot:before {
  content: "\e900";
}
.zpe-icon-lan:before {
  content: "\e901";
}
.zpe-icon-sdwan:before {
  content: "\e902";
}
.zpe-icon-vpn:before {
  content: "\e903";
}
.zpe-icon-cloud:before {
  content: "\e904";
}
.zpe-icon-wan:before {
  content: "\e905";
}
