@font-face {
	font-family: 'Baloo 2';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://new.bimbipiccolishop.com/wp-content/uploads/font-hero/google-fonts/baloo-2/baloo-2-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Baloo 2';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://new.bimbipiccolishop.com/wp-content/uploads/font-hero/google-fonts/baloo-2/baloo-2-medium-normal-latin.woff2) format('woff2');
	font-display: swap;
}

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

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

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

@font-face {
	font-family: 'Ubuntu';
	font-weight: 300;
	font-style: normal;
	src: 	url(https://new.bimbipiccolishop.com/wp-content/uploads/font-hero/google-fonts/ubuntu/ubuntu-light-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://new.bimbipiccolishop.com/wp-content/uploads/font-hero/google-fonts/ubuntu/ubuntu-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Ubuntu';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://new.bimbipiccolishop.com/wp-content/uploads/font-hero/google-fonts/ubuntu/ubuntu-medium-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Ubuntu';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://new.bimbipiccolishop.com/wp-content/uploads/font-hero/google-fonts/ubuntu/ubuntu-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Baloo';
	font-style: normal;
	src: 			url(https://new.bimbipiccolishop.com/wp-content/uploads/2025/07/Baloo-Regular.ttf) format('truetype');
	font-display: swap;
}

:root {
	--fh-baloo-2: 'Baloo 2';
	--fh-ubuntu: 'Ubuntu';
	--fh-baloo: 'Baloo';
}
.has-baloo-2-font-family{ 
	font-family: var(--fh-baloo-2);
}

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

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

