@font-face {
	font-family: 'Gorditas';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://sarah-tomic.entwurf.xyz/wp-content/uploads/font-hero/google-fonts/gorditas/gorditas-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Gorditas';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://sarah-tomic.entwurf.xyz/wp-content/uploads/font-hero/google-fonts/gorditas/gorditas-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://sarah-tomic.entwurf.xyz/wp-content/uploads/font-hero/google-fonts/lato/lato-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Lato';
	font-weight: 900;
	font-style: normal;
	src: 	url(https://sarah-tomic.entwurf.xyz/wp-content/uploads/font-hero/google-fonts/lato/lato-heavy-normal-latin.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-gorditas: 'Gorditas';
	--fh-lato: 'Lato';
}
.has-gorditas-font-family{ 
	font-family: var(--fh-gorditas);
}

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

