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

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

.wpd-icons-email:before {
  content: "\e900";
}
.wpd-icons-phone:before {
  content: "\e901";
}
.wpd-icons-document:before {
  content: "\e902";
}
.wpd-icons-location:before {
  content: "\e903";
}
.wpd-icons-fill:before {
  content: "\e904";
}
