@font-face {
  font-family: 'p2h';
  src:
    url('icons/p2h.ttf?737h0y') format('truetype'),
    url('icons/p2h.woff?737h0y') format('woff'),
    url('icons/p2h.svg?737h0y#p2h') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.p2h-icon-check:before {
  content: "\e900";
}
.p2h-icon-phone:before {
  content: "\e901";
}
.p2h-icon-facebook:before {
  content: "\e902";
}
.p2h-icon-instagram:before {
  content: "\e903";
}
.p2h-icon-linkedin:before {
  content: "\e904";
}
.p2h-icon-x-twitter:before {
  content: "\e905";
}
