@font-face {
	font-family: 'Nunito Sans';
	font-weight: 200;
	font-style: normal;
	src: 	url(https://vielblick-architektur.entwurf.xyz/wp-content/uploads/font-hero/google-fonts/nunito-sans/nunito-sans-extra-light-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://vielblick-architektur.entwurf.xyz/wp-content/uploads/font-hero/google-fonts/nunito-sans/nunito-sans-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	font-weight: 400;
	font-style: italic;
	src: 	url(https://vielblick-architektur.entwurf.xyz/wp-content/uploads/font-hero/google-fonts/nunito-sans/nunito-sans-regular-italic-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://vielblick-architektur.entwurf.xyz/wp-content/uploads/font-hero/google-fonts/nunito-sans/nunito-sans-semi-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Nunito Sans';
	font-weight: 900;
	font-style: normal;
	src: 	url(https://vielblick-architektur.entwurf.xyz/wp-content/uploads/font-hero/google-fonts/nunito-sans/nunito-sans-heavy-normal-latin.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-nunito-sans: 'Nunito Sans';
}
.has-nunito-sans-font-family{ 
	font-family: var(--fh-nunito-sans);
}

