@font-face {
	font-family: 'Inter';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://wordpress-1510330-6139773.cloudwaysapps.com/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: 400;
	font-style: normal;
	src: 	url(https://wordpress-1510330-6139773.cloudwaysapps.com/wp-content/uploads/font-hero/google-fonts/inter/inter-regular-normal-latin-ext.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://wordpress-1510330-6139773.cloudwaysapps.com/wp-content/uploads/font-hero/google-fonts/inter/inter-medium-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://wordpress-1510330-6139773.cloudwaysapps.com/wp-content/uploads/font-hero/google-fonts/inter/inter-medium-normal-latin-ext.woff2) format('woff2');
	font-display: swap;
}

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

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

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

