@font-face {
	font-family: 'Headline';
	font-weight: 300;
	font-style: normal;
	src: 	url(https://gilesforemancoaching.com/app/content/media/font-hero/google-fonts/cormorant-garamond/cormorant-garamond-light-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Headline';
	font-weight: 300;
	font-style: italic;
	src: 	url(https://gilesforemancoaching.com/app/content/media/font-hero/google-fonts/cormorant-garamond/cormorant-garamond-light-italic-latin.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-headline: 'Headline', "Times New Roman", Times, serif;
}
.has-headline-font-family{ 
	font-family: var(--fh-headline);
}

