@font-face {
	font-family: 'Monument Extended';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://www.dimitrispierros.com/wp-content/uploads/MonumentExtended-Regular.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Monument Extended';
	font-weight: 800;
	font-style: normal;
	src: 	url(https://www.dimitrispierros.com/wp-content/uploads/MonumentExtended-Ultrabold.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Switzer';
	font-weight: 300;
	font-style: normal;
	src: 	url(https://www.dimitrispierros.com/wp-content/uploads/Switzer-Light.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Switzer';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://www.dimitrispierros.com/wp-content/uploads/Switzer-Regular.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-monument-extended: 'Monument Extended';
	--fh-switzer: 'Switzer';
}
.has-monument-extended-font-family{ 
	font-family: var(--fh-monument-extended);
}

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

