/* Regular - 400 */
@font-face {
	font-family: 'Geomanist';
	src: 
	local('Geomanist'),
	local('Geomanist-Regular'),
	url("/_fonts/Geomanist-Regular.woff2") format("woff2"),
	url("/_fonts/Geomanist-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

/* Italic - 400 */
@font-face {
	font-family: 'Geomanist';
	src: 
	local('Geomanist-Italic'),
	local('Geomanist-RegularItalic'),
	url("/_fonts/Geomanist-RegularItalic.woff2") format("woff2"),
	url("/_fonts/Geomanist-RegularItalic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
}

/* Medium - 500 */
@font-face {
	font-family: 'Geomanist';
	src: 
	local('Geomanist-Medium'),
	url("/_fonts/Geomanist-Medium.woff2") format("woff2"),
	url("/_fonts/Geomanist-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

/* Medium Italic - 500 */
@font-face {
	font-family: 'Geomanist';
	src: 
	local('Geomanist-MediumItalic'),
	url("/_fonts/Geomanist-MediumItalic.woff2") format("woff2"),
	url("/_fonts/Geomanist-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
}

/* Bold - 700 */
@font-face {
	font-family: 'Geomanist';
	src: 
	local('Geomanist-Bold'),
	url("/_fonts/Geomanist-Bold.woff2") format("woff2"),
	url("/_fonts/Geomanist-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

/* Bold Italic - 700 */
@font-face {
	font-family: 'Geomanist';
	src: 
	local('Geomanist-BoldItalic'),
	url("/_fonts/Geomanist-BoldItalic.woff2") format("woff2"),
	url("/_fonts/Geomanist-BoldItalic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
}