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

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

.zd-ZD-Icon:before {
  content: "\e900";
}
.zd-ZD-Big:before {
  content: "\e901";
}
.zd-ZD-Small:before {
  content: "\e902";
}
