@font-face {
	font-family: 'anton';
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Sofia';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://coolnealko.cz/wp-content/uploads/2025/06/SofiaSansExtraCondensed_500.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Sofia';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://coolnealko.cz/wp-content/uploads/2025/06/SofiaSansExtraCondensed_700.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-anton: 'anton', "Helvetica Neue", Helvetica, Arial, sans-serif;
	--fh-sofia: 'Sofia', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.has-anton-font-family{ 
	font-family: var(--fh-anton);
}

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

