@font-face {
  font-family: 'icomoon';
  src:  url('prv-icons/icomoon.eot?qanyat');
  src:  url('prv-icons/icomoon.eot?qanyat#iefix') format('embedded-opentype'),
    url('prv-icons/icomoon.ttf?qanyat') format('truetype'),
    url('prv-icons/icomoon.woff?qanyat') format('woff'),
    url('prv-icons/icomoon.svg?qanyat#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: 56px;

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

.prv-icon-truck:before {
  content: "\e900";
}
.prv-icon-30-coins:before {
  content: "\e901";
}
.prv-icon-40-tons:before {
  content: "\e902";
}
.prv-icon-gps:before {
  content: "\e903";
}
.prv-icon-5-stars:before {
  content: "\e904";
}
.prv-icon-15-years:before {
  content: "\e905";
}
.prv-icon-diagram:before {
  content: "\e906";
}
.prv-icon-folder:before {
  content: "\e907";
}
