

@font-face {
	font-family: 'null';
	font-weight: 300 900;
	font-style: normal;
	src: url('../customization/fonts/null');
}

@font-face {
	font-family: 'null';
	font-weight: normal;
	src: url('../customization/fonts/null');
}

@font-face {
	font-family: 'null';
	font-weight: bold;
	font-style: italic;
	src: url('../customization/fonts/null');
}

@font-face {
	font-family: 'null';
	font-weight: normal;
	font-style: italic;
	src: url('../css/fonts/null');
}

@font-face {
	font-family: 'null';
	font-weight: bold;
	font-style: normal;
	src: url('../customization/fonts/null');
}

:root {
	--font-header: null, sans-serif;
	--font-body: null, sans-serif;
}