@font-face {
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://dmp2026-80ad.1wp.site/wp-content/uploads/font-hero/google-fonts/roboto/roboto-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://dmp2026-80ad.1wp.site/wp-content/uploads/font-hero/google-fonts/roboto/roboto-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://dmp2026-80ad.1wp.site/wp-content/uploads/2025/11/Inter_18pt-Bold.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Catamaran';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://dmp2026-80ad.1wp.site/wp-content/uploads/2025/11/Catamaran-Regular.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-roboto: 'Roboto';
	--fh-inter: 'Inter';
	--fh-catamaran: 'Catamaran';
}
.has-roboto-font-family{ 
	font-family: var(--fh-roboto);
}

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

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

