@font-face {
	font-family: 'Poppins';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://meridianadvisory.at/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: 600;
	font-style: normal;
	src: 	url(https://meridianadvisory.at/wp-content/uploads/font-hero/google-fonts/poppins/poppins-semi-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Garamond';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://meridianadvisory.at/wp-content/uploads/font-hero/google-fonts/cormorant-garamond/cormorant-garamond-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Garamond';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://meridianadvisory.at/wp-content/uploads/font-hero/google-fonts/cormorant-garamond/cormorant-garamond-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://meridianadvisory.at/wp-content/uploads/font-hero/google-fonts/dm-sans/dm-sans-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://meridianadvisory.at/wp-content/uploads/font-hero/google-fonts/dm-sans/dm-sans-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-poppins: 'Poppins';
	--fh-cormorant-garamond: 'Cormorant Garamond';
	--fh-dm-sans: 'DM Sans';
}
.has-poppins-font-family{ 
	font-family: var(--fh-poppins);
}

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

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

