@font-face {
  font-family: 'Pellow-and-Hill-Icons';
  src:  url('fonts/Pellow-and-Hill-Icons.eot?pwnvx2');
  src:  url('fonts/Pellow-and-Hill-Icons.eot?pwnvx2#iefix') format('embedded-opentype'),
    url('fonts/Pellow-and-Hill-Icons.woff2?pwnvx2') format('woff2'),
    url('fonts/Pellow-and-Hill-Icons.ttf?pwnvx2') format('truetype'),
    url('fonts/Pellow-and-Hill-Icons.woff?pwnvx2') format('woff'),
    url('fonts/Pellow-and-Hill-Icons.svg?pwnvx2#Pellow-and-Hill-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.ph-icon-circle-arrow-right:before {
  content: "\e900";
}
.ph-icon-circle-arrow-left:before {
  content: "\e901";
}
.ph-icon-circle-arrow-down:before {
  content: "\e902";
}
.ph-icon-badge-check:before {
  content: "\e903";
}
.ph-icon-magnifier:before {
  content: "\e904";
}
.ph-icon-location-marker:before {
  content: "\e905";
}
.ph-icon-envelope:before {
  content: "\e906";
}
.ph-icon-facebook-oval:before {
  content: "\e907";
}
.ph-icon-calendar:before {
  content: "\e908";
}
.ph-icon-camera:before {
  content: "\e909";
}
.ph-icon-download:before {
  content: "\e90a";
}
.ph-icon-plus:before {
  content: "\e90b";
}
.ph-icon-minus:before {
  content: "\e90c";
}
