@font-face {
	font-family: 'Aboreto';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://coasterra.webdevdla.cc/wp-content/uploads/font-hero/google-fonts/aboreto/aboreto-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'JohnstonITCStd';
	font-weight: 200;
	font-style: normal;
	src: 	url(https://coasterra.webdevdla.cc/wp-content/uploads/2024/08/JohnstonITCStd-Light.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'JohnstonITCStd';
	font-weight: 200;
	font-style: italic;
	src: 	url(https://coasterra.webdevdla.cc/wp-content/uploads/2024/08/JohnstonITCStd-LightItalic.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'JohnstonITCStd';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://coasterra.webdevdla.cc/wp-content/uploads/2024/08/JohnstonITCStd-Medium.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'JohnstonITCStd';
	font-weight: 400;
	font-style: italic;
	src: 	url(https://coasterra.webdevdla.cc/wp-content/uploads/2024/08/JohnstonITCStd-MediumItalic.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'JohnstonITCStd';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://coasterra.webdevdla.cc/wp-content/uploads/2024/08/JohnstonITCStd-Bold.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'JohnstonITCStd';
	font-weight: 600;
	font-style: italic;
	src: 	url(https://coasterra.webdevdla.cc/wp-content/uploads/2024/08/JohnstonITCStd-BoldItalic.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-aboreto: 'Aboreto';
	--fh-johnstonitcstd: 'JohnstonITCStd';
}
.has-aboreto-font-family{ 
	font-family: var(--fh-aboreto);
}

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

