/* CUSTOM FONT DECLARATION
=========================================================*/

@font-face {
	font-family: 'customFont';
	src: url('./MuliFC-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'customFont';
	src: url('./MuliFC-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'customFont';
	src: url('./MuliFC-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'customFont';
	src: url('./MuliFC-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
