@font-face {
	font-family: 'Muller';
	font-weight: 400;
	font-style: normal;
	src: 	url(http://localhost:10045/wp-content/uploads/2025/08/font.woff2) format('woff2');
	font-display: auto;
}

@font-face {
	font-family: 'Muller';
	font-weight: 400;
	font-style: italic;
	src: 	url(http://localhost:10045/wp-content/uploads/2025/09/font.woff2) format('woff2');
}

@font-face {
	font-family: 'Muller';
	font-weight: 700;
	font-style: normal;
	src: 	url(http://localhost:10045/wp-content/uploads/2025/08/font-2.woff2) format('woff2');
}

@font-face {
	font-family: 'Muller';
	font-weight: 900;
	font-style: normal;
	src: 	url(http://localhost:10045/wp-content/uploads/2025/08/font-1.woff2) format('woff2');
}

:root {
	--fh-muller: 'Muller';
}
.has-muller-font-family{ 
	font-family: var(--fh-muller);
}

