@font-face {
	font-family: 'Inter';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://people.tools/wp-content/uploads/font-hero/google-fonts/inter/inter-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://people.tools/wp-content/uploads/font-hero/google-fonts/inter/inter-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'DM Serif Display';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://people.tools/wp-content/uploads/font-hero/google-fonts/dm-serif-display/dm-serif-display-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-inter: 'Inter';
	--fh-dm-serif-display: 'DM Serif Display';
}
.has-inter-font-family{ 
	font-family: var(--fh-inter);
}

.has-dm-serif-display-font-family{ 
	font-family: var(--fh-dm-serif-display);
}

