@font-face {
	font-family: 'Beth Ellen';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://sigsalyagency.com/wp-content/uploads/font-hero/google-fonts/beth-ellen/beth-ellen-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Headline';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://sigsalyagency.com/wp-content/plugins/font-hero/fontPairing/files/Asset/Asset.woff2) format('woff2');
}

@font-face {
	font-family: 'Subheadline';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://sigsalyagency.com/wp-content/plugins/font-hero/fontPairing/files/Inter/Inter-Regular.woff2) format('woff2');
}

@font-face {
	font-family: 'Body';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://sigsalyagency.com/wp-content/plugins/font-hero/fontPairing/files/Inter/Inter-Regular.woff2) format('woff2');
}

@font-face {
	font-family: 'Body';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://sigsalyagency.com/wp-content/plugins/font-hero/fontPairing/files/Inter/Inter-Bold.woff2) format('woff2');
}

:root {
	--fh-beth-ellen: 'Beth Ellen';
	--fh-headline: 'Headline';
	--fh-subheadline: 'Subheadline';
	--fh-body: 'Body';
}
.has-beth-ellen-font-family{ 
	font-family: var(--fh-beth-ellen);
}

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

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

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

