@font-face {
	font-family: 'Fh1';
	font-weight: 100;
	font-style: normal;
	src: 	url(https://www.crepsbarcelona.com/wp-content/uploads/2025/03/Forum.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'hh2';
	font-weight: 100;
	font-style: normal;
	src: 	url(https://www.crepsbarcelona.com/wp-content/uploads/2025/03/HammersmithOne-Regular.woff2) format('woff2');
}

@font-face {
	font-family: 'pp1';
	font-weight: 100;
	font-style: normal;
	src: 	url(https://www.crepsbarcelona.com/wp-content/uploads/2025/03/HKGroteskWide-Regular.woff2) format('woff2');
}

@font-face {
	font-family: 'nomplat';
	font-weight: 100;
	font-style: normal;
	src: 	url(https://www.crepsbarcelona.com/wp-content/uploads/2025/04/BaskOldFace.woff2) format('woff2');
}

@font-face {
	font-family: 'clasica';
	font-style: normal;
	src: 	url(https://www.crepsbarcelona.com/wp-content/uploads/2021/06/TrajanPro-Regular.woff2) format('woff2');
}

:root {
	--fh-fh1: 'Fh1';
	--fh-hh2: 'hh2';
	--fh-pp1: 'pp1';
	--fh-nomplat: 'nomplat';
	--fh-clasica: 'clasica';
}
.has-fh1-font-family{ 
	font-family: var(--fh-fh1);
}

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

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

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

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

