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

[class^="prv-icon-"], [class*=" prv-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: var(--prv_color);
  font-size: 62px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.prv-icon-lamp:before {
  content: "\e900";
}
.prv-icon-blank:before {
  content: "\e901";
}
.prv-icon-shield:before {
  content: "\e902";
}
.prv-icon-worker:before {
  content: "\e903";
}
