@font-face {
	font-family: 'Tullamore Serif';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://www.poslipanakatullamore.cz/wp-content/uploads/2025/10/TullamoreSerif.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Tullamore Sans';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://www.poslipanakatullamore.cz/wp-content/uploads/2025/10/TullamoreSans.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Geologica';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://www.poslipanakatullamore.cz/wp-content/uploads/2025/10/Geologica-Regular_400.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Geologica';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://www.poslipanakatullamore.cz/wp-content/uploads/2025/10/Geologica-Medium_600.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-tullamore-serif: 'Tullamore Serif', "Helvetica Neue", Helvetica, Arial, sans-serif;
	--fh-tullamore-sans: 'Tullamore Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	--fh-geologica: 'Geologica', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.has-tullamore-serif-font-family{ 
	font-family: var(--fh-tullamore-serif);
}

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

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

