/* Variable */
/* Font */
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');

@font-face {
	font-family: "BeautiqueDisplay";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/BeautiqueDisplay-Regular.otf") format("opentype");
}

@font-face {
	font-family: "BeautiqueDisplay";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/BeautiqueDisplay-Medium.otf") format("opentype");
}

@font-face {
	font-family: "BeautiqueDisplay";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/BeautiqueDisplay-Bold.otf") format("opentype");
}

@font-face {
	font-family: "BeautiqueDisplay";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/BeautiqueDisplay-Black.otf") format("opentype");
}

@font-face {
	font-family: "Fz Photograph";
	src: url("../fonts/FzPhotograph.eot");
	src: url("../fonts/FzPhotograph.eot?#iefix") format("embedded-opentype"), url("../fonts/FzPhotograph.woff2") format("woff2"), url("../fonts/FzPhotograph.woff") format("woff"), url("../fonts/FzPhotograph.ttf") format("truetype");
	font-display: swap;
}


.font-beau {
	font-family: "BeautiqueDisplay", Arial, Helvetica, sans-serif;
}

.font-wix {
	font-family: "Wix Madefor Display", Arial, Helvetica, sans-serif;
}

.font-fz {
	font-family: "Fz Photograph", Arial, Helvetica, sans-serif;
}
