@font-face {
	font-family: 'Manifestor';
	font-weight: 600;
	font-style: normal;
	src: 	url(/wp-content/uploads/2024/07/manifestor-demi.woff2) format('woff2');
}

:root {
	--fh-manifestor: 'Manifestor';
}
.has-manifestor-font-family{ 
	font-family: var(--fh-manifestor);
}

