@font-face {
	font-family: 'WixMadeforDisplayExtraBold'; /* MullerBlack */
	src: url('WixMadeforDisplayExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'WixMadeforDisplayBold';
	src: url('WixMadeforDisplayBold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'WixMadeforDisplaySemiBold';  /* MullerBold */
	src: url('WixMadeforDisplaySemiBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'WixMadeforDisplayMedium'; /* MullerMedium */
	src: url('WixMadeforDisplayMedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'WixMadeforDisplayRegular'; /* MullerRegular */
	src: url('WixMadeforDisplayRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'WixMadeforDisplayRegular'; /* MullerLight */
	src: url('WixMadeforDisplayRegular.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("fontawesome-webfont.eot?v=4.7.0");
  src: url("fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), 
    url("fontawesome-webfont.woff2?v=4.7.0") format("woff2"), 
    url("fontawesome-webfont.woff?v=4.7.0") format("woff"), 
    url("fontawesome-webfont.ttf?v=4.7.0") format("truetype"), 
    url("fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}