@font-face {
	font-family: 'body';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://handel.mayfair-hairfashions.com/wp-content/uploads/font-hero/google-fonts/quattrocento-sans/quattrocento-sans-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'body';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://handel.mayfair-hairfashions.com/wp-content/uploads/font-hero/google-fonts/quattrocento-sans/quattrocento-sans-regular-normal-latin-ext.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'body';
	font-weight: 400;
	font-style: italic;
	src: 	url(https://handel.mayfair-hairfashions.com/wp-content/uploads/font-hero/google-fonts/quattrocento-sans/quattrocento-sans-regular-italic-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'body';
	font-weight: 400;
	font-style: italic;
	src: 	url(https://handel.mayfair-hairfashions.com/wp-content/uploads/font-hero/google-fonts/quattrocento-sans/quattrocento-sans-regular-italic-latin-ext.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'body';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://handel.mayfair-hairfashions.com/wp-content/uploads/font-hero/google-fonts/quattrocento-sans/quattrocento-sans-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'body';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://handel.mayfair-hairfashions.com/wp-content/uploads/font-hero/google-fonts/quattrocento-sans/quattrocento-sans-bold-normal-latin-ext.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'body';
	font-weight: 700;
	font-style: italic;
	src: 	url(https://handel.mayfair-hairfashions.com/wp-content/uploads/font-hero/google-fonts/quattrocento-sans/quattrocento-sans-bold-italic-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'body';
	font-weight: 700;
	font-style: italic;
	src: 	url(https://handel.mayfair-hairfashions.com/wp-content/uploads/font-hero/google-fonts/quattrocento-sans/quattrocento-sans-bold-italic-latin-ext.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'heading';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://handel.mayfair-hairfashions.com/wp-content/uploads/font-hero/google-fonts/quattrocento/quattrocento-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'heading';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://handel.mayfair-hairfashions.com/wp-content/uploads/font-hero/google-fonts/quattrocento/quattrocento-regular-normal-latin-ext.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'heading';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://handel.mayfair-hairfashions.com/wp-content/uploads/font-hero/google-fonts/quattrocento/quattrocento-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'heading';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://handel.mayfair-hairfashions.com/wp-content/uploads/font-hero/google-fonts/quattrocento/quattrocento-bold-normal-latin-ext.woff2) format('woff2');
	font-display: swap;
}

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

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

