@font-face {
	font-family: 'Bebas Neue';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://trainieren-mit-sinn.at/wp-content/uploads/font-hero/google-fonts/bebas-neue/bebas-neue-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://trainieren-mit-sinn.at/wp-content/uploads/font-hero/google-fonts/inter/inter-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://trainieren-mit-sinn.at/wp-content/uploads/font-hero/google-fonts/inter/inter-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-bebas-neue: 'Bebas Neue';
	--fh-inter: 'Inter';
}
.has-bebas-neue-font-family{ 
	font-family: var(--fh-bebas-neue);
}

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

