@font-face {
	font-family: 'Montserrat';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://tschakka-bay.de/wp-content/uploads/font-hero/google-fonts/montserrat/montserrat-medium-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://tschakka-bay.de/wp-content/uploads/font-hero/google-fonts/montserrat/montserrat-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Gagalin';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://tschakka-bay.de/wp-content/uploads/gagalin-regular.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-montserrat: 'Montserrat';
	--fh-gagalin: 'Gagalin';
}
.has-montserrat-font-family{ 
	font-family: var(--fh-montserrat);
}

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

