@font-face {
	font-family: 'Aspekta';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://neu.brandwork.de/wp-content/uploads/2025/03/Aspekta-400.woff2) format('woff2');
}

@font-face {
	font-family: 'Aspekta';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://neu.brandwork.de/wp-content/uploads/2025/03/Aspekta-500.woff2) format('woff2');
}

@font-face {
	font-family: 'Aspekta';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://neu.brandwork.de/wp-content/uploads/2025/03/Aspekta-600.woff2) format('woff2');
}

@font-face {
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://neu.brandwork.de/wp-content/uploads/2025/03/Proxima-Nova-Regular.woff2) format('woff2');
}

@font-face {
	font-family: 'Proxima Nova';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://neu.brandwork.de/wp-content/uploads/2025/03/Proxima-Nova-Semibold.woff2) format('woff2');
}

:root {
	--fh-aspekta: 'Aspekta';
	--fh-proxima-nova: 'Proxima Nova';
}
.has-aspekta-font-family{ 
	font-family: var(--fh-aspekta);
}

.has-proxima-nova-font-family{ 
	font-family: var(--fh-proxima-nova);
}

