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

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

.pf-apply:before {
  content: "\e900";
  color: #f4f5f6;
}
.pf-calendar:before {
  content: "\e901";
  color: #f4f5f6;
}
.pf-faqs:before {
  content: "\e902";
  color: #f4f5f6;
}
.pf-folder-search:before {
  content: "\e903";
  color: #f4f5f6;
}
