@font-face {
  font-family: 'projest-icons';
  src:
    url('fonts/projest-icons.ttf?94o1va') format('truetype'),
    url('fonts/projest-icons.woff?94o1va') format('woff'),
    url('fonts/projest-icons.svg?94o1va#projest-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.pj-icon-start:before {
  content: "\e900";
}
.pj-icon-end:before {
  content: "\e901";
}
