@font-face {
	font-family: 'Bariol';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://www.danonesutaze.sk/wp-content/uploads/2023/04/Bariol-Regular_400.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Bariol';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://www.danonesutaze.sk/wp-content/uploads/2023/04/Bariol-Bold_700.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-bariol: 'Bariol';
}
.has-bariol-font-family{ 
	font-family: var(--fh-bariol);
}

