@font-face {
	font-family: 'Playfair Display';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://meadowlane.co.uk/wp-content/uploads/font-hero/google-fonts/playfair-display/playfair-display-bold-normal-cyrillic.woff2) format('woff2');
	font-display: swap;
}

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

@font-face {
	font-family: 'Playfair Display';
	font-weight: 900;
	font-style: normal;
	src: 	url(https://meadowlane.co.uk/wp-content/uploads/font-hero/google-fonts/playfair-display/playfair-display-heavy-normal-cyrillic.woff2) format('woff2');
	font-display: swap;
}

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

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

@font-face {
	font-family: 'Poppins';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://meadowlane.co.uk/wp-content/uploads/font-hero/google-fonts/poppins/poppins-medium-normal-latin.woff2) format('woff2');
	font-display: swap;
}

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

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

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

@font-face {
	font-family: 'Roboto Condensed';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://meadowlane.co.uk/wp-content/uploads/RobotoCondensed-Regular.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://meadowlane.co.uk/wp-content/uploads/RobotoCondensed-Bold.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-playfair-display: 'Playfair Display';
	--fh-poppins: 'Poppins';
	--fh-baskervville: 'Baskervville';
	--fh-roboto-condensed: 'Roboto Condensed';
}
.has-playfair-display-font-family{ 
	font-family: var(--fh-playfair-display);
}

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

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

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

