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

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

@font-face {
	font-family: 'Trenda';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://andrea-marcol.de/wp-content/uploads/2025/03/font-6.woff2) format('woff2');
}

:root {
	--fh-trenda: 'Trenda';
}
.has-trenda-font-family{ 
	font-family: var(--fh-trenda);
}

