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

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

.px-icon-arrow-up:before {
  content: "\e8f3";
}
.px-icon-arrow-left:before {
  content: "\e962";
}
.px-icon-arrow-right:before {
  content: "\e950";
}
.px-icon-checkbox:before {
  content: "\e951";
}
.px-icon-checkmark1:before {
  content: "\e952";
}
.px-icon-chevron-left:before {
  content: "\e953";
}
.px-icon-chevron-right:before {
  content: "\e954";
}
.px-icon-play:before {
  content: "\e955";
}
.px-icon-radio:before {
  content: "\e956";
}
.px-icon-search:before {
  content: "\e957";
}
.px-icon-map:before {
  content: "\e958";
}
.px-icon-close:before {
  content: "\e959";
}
.px-icon-checkmark:before {
  content: "\e960";
}
.px-icon-error:before {
  content: "\e961";
}
