@font-face {
	font-family: 'Open Sans';
	font-weight: 300 800;
	font-style: italic;
	src: 			url(https://www.kuebler-hallenheizungen.de/wp-content/uploads/2025/07/opensans-italic-variablefont_wdthwght.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 300 800;
	font-style: normal;
	src: 			url(https://www.kuebler-hallenheizungen.de/wp-content/uploads/2025/07/opensans-variablefont_wdthwght.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans Condensed';
	font-weight: 300;
	font-style: normal;
	src: 			url(https://www.kuebler-hallenheizungen.de/wp-content/uploads/2025/07/opensans-condensed-300.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans Condensed';
	font-weight: 700;
	font-style: normal;
	src: 			url(https://www.kuebler-hallenheizungen.de/wp-content/uploads/2025/07/opensans-condensed-700.ttf) format('truetype');
	font-display: swap;
}

:root {
	--fh-open-sans: 'Open Sans';
	--fh-open-sans-condensed: 'Open Sans Condensed';
}
.has-open-sans-font-family{ 
	font-family: var(--fh-open-sans);
}

.has-open-sans-condensed-font-family{ 
	font-family: var(--fh-open-sans-condensed);
}

