@font-face {
	font-family: 'Baloo';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://lacasera.imagic-creativos.com/wp-content/uploads/font-hero/google-fonts/baloo-paaji-2/baloo-paaji-2-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Baloo';
	font-weight: 800;
	font-style: normal;
	src: 	url(https://lacasera.imagic-creativos.com/wp-content/uploads/font-hero/google-fonts/baloo-paaji-2/baloo-paaji-2-extra-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://lacasera.imagic-creativos.com/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://lacasera.imagic-creativos.com/wp-content/uploads/font-hero/google-fonts/inter/inter-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-baloo: 'Baloo';
	--fh-inter: 'Inter';
}
.has-baloo-font-family{ 
	font-family: var(--fh-baloo);
}

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

