@font-face {
	font-family: 'Geomanist';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://stackmode-pmi.stackmode.com/wp-content/uploads/geomanist-regular-webfont.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Geomanist';
	font-weight: 400;
	font-style: italic;
	src: 	url(https://stackmode-pmi.stackmode.com/wp-content/uploads/geomanist-regular-italic-webfont.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Geomanist';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://stackmode-pmi.stackmode.com/wp-content/uploads/geomanist-medium-webfont.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Geomanist';
	font-weight: 500;
	font-style: italic;
	src: 	url(https://stackmode-pmi.stackmode.com/wp-content/uploads/geomanist-medium-italic-webfont.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Geomanist';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://stackmode-pmi.stackmode.com/wp-content/uploads/geomanist-bold-webfont.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Geomanist';
	font-weight: 700;
	font-style: italic;
	src: 	url(https://stackmode-pmi.stackmode.com/wp-content/uploads/geomanist-bold-italic-webfont.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Geomanist';
	font-weight: 900;
	font-style: normal;
	src: 	url(https://stackmode-pmi.stackmode.com/wp-content/uploads/geomanist-black-webfont.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Geomanist';
	font-weight: 900;
	font-style: italic;
	src: 	url(https://stackmode-pmi.stackmode.com/wp-content/uploads/geomanist-black-italic-webfont.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Monolisa';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://stackmode-pmi.stackmode.com/wp-content/uploads/MonoLisa-Regular.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Monolisa';
	font-weight: 400;
	font-style: italic;
	src: 	url(https://stackmode-pmi.stackmode.com/wp-content/uploads/MonoLisa-RegularItalic.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Monolisa';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://stackmode-pmi.stackmode.com/wp-content/uploads/MonoLisa-Medium.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Monolisa';
	font-weight: 500;
	font-style: italic;
	src: 	url(https://stackmode-pmi.stackmode.com/wp-content/uploads/MonoLisa-MediumItalic.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Monolisa';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://stackmode-pmi.stackmode.com/wp-content/uploads/MonoLisa-Bold.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Monolisa';
	font-weight: 700;
	font-style: italic;
	src: 	url(https://stackmode-pmi.stackmode.com/wp-content/uploads/MonoLisa-BoldItalic.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Monolisa';
	font-weight: 900;
	font-style: normal;
	src: 	url(https://stackmode-pmi.stackmode.com/wp-content/uploads/MonoLisa-Black.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Monolisa';
	font-weight: 900;
	font-style: italic;
	src: 	url(https://stackmode-pmi.stackmode.com/wp-content/uploads/MonoLisa-BlackItalic.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-geomanist: 'Geomanist';
	--fh-monolisa: 'Monolisa';
}
.has-geomanist-font-family{ 
	font-family: var(--fh-geomanist);
}

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

