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

@font-face {
	font-family: 'Headline';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://frontrowfest.co.uk/wp-content/uploads/font-hero/google-fonts/heebo/heebo-regular-normal-hebrew.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Headline';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://frontrowfest.co.uk/wp-content/uploads/font-hero/google-fonts/heebo/heebo-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Headline';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://frontrowfest.co.uk/wp-content/uploads/font-hero/google-fonts/heebo/heebo-semi-bold-normal-hebrew.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Headline';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://frontrowfest.co.uk/wp-content/uploads/font-hero/google-fonts/heebo/heebo-semi-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Headline';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://frontrowfest.co.uk/wp-content/uploads/font-hero/google-fonts/heebo/heebo-bold-normal-hebrew.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Headline';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://frontrowfest.co.uk/wp-content/uploads/font-hero/google-fonts/heebo/heebo-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Headline';
	font-weight: 900;
	font-style: normal;
	src: 	url(https://frontrowfest.co.uk/wp-content/uploads/font-hero/google-fonts/heebo/heebo-heavy-normal-hebrew.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Headline';
	font-weight: 900;
	font-style: normal;
	src: 	url(https://frontrowfest.co.uk/wp-content/uploads/font-hero/google-fonts/heebo/heebo-heavy-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Subheadline';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://frontrowfest.co.uk/wp-content/uploads/2023/02/Inconsolata-VariableFont_wdthwght.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Body';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://frontrowfest.co.uk/wp-content/plugins/font-hero/fontPairing/files/Hind/Hind-Regular.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Body';
	font-weight: 600;
	font-style: normal;
	src: 	url(https://frontrowfest.co.uk/wp-content/plugins/font-hero/fontPairing/files/Hind/Hind-Bold.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-headline: 'Headline';
	--fh-subheadline: 'Subheadline';
	--fh-body: 'Body';
}
.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);
}

