/* Wuerth Font Faces */
@font-face {
  font-family: 'wuerthbook';
  src: url('../fonts/wuerthbook_webfont3_1.woff2') format('woff2'),
       url('../fonts/wuerthbook_webfont3_1.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'wuerthbold';
  src: url('../fonts/wuerthbold_webfont3_2.woff2') format('woff2'),
       url('../fonts/wuerthbold_webfont3_1.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'wuerthextra_bold_cond';
  src: url('../fonts/wuerthextraboldcond_webfont3_2.woff2') format('woff2'),
       url('../fonts/wuerthextraboldcond_webfont3_1.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face { 
	font-family:'Wuerthicons'; 
	src:url('../fonts/wuerthicons.woff2') format("woff2"), 
		url('../fonts/wuerthicons.woff') format("woff"); 
	font-weight:normal; 
	font-style:normal; 
	font-display: swap; 
}

