@font-face {
	font-family: 'MullerRegular';
	src: url('../fonts/muller/Muller-Regular.otf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MullerBold';
	src: url('../fonts/muller/Muller-Bold.otf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'GeometriaBold';
	src: url('../fonts/geometria/Geometria-Bold.otf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'PRVIcon';
    src:  url('../fonts/prv-icon/prv-icon.eot?711uzj');
    src:  url('../fonts/prv-icon/prv-icon.eot?711uzj#iefix') format('embedded-opentype'),
        url('../fonts/prv-icon/prv-icon.ttf?711uzj') format('truetype'),
        url('../fonts/prv-icon/prv-icon.woff?711uzj') format('woff'),
        url('../fonts/prv-icon/prv-icon.svg?711uzj#prv-icon') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

.prv-icon {
  font-family: 'PRVIcon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.prv-icon-stock:before {
  content: "\e900";
}
.prv-icon-fast:before {
  content: "\e901";
}
.prv-icon-sale:before {
  content: "\e902";
}
.prv-icon-warranty:before {
  content: "\e903";
}
.prv-icon-professional:before {
  content: "\e904";
}
.prv-icon-modern:before {
  content: "\e905";
}
