html {
	height: unset;
	min-height: 100%;
}
@font-face {
	font-family: 'Geomanist';
	font-weight: 400;
	font-style: normal;
	src: local('Geomanist'), url('/assets/fonts/geomanist-medium-webfont.woff') format('woff');
}
@font-face {
	font-family: 'Inter';
	font-weight: 100 900; /* Covers all weights from 100 to 900 */
	font-style: normal;
	src: url('/assets/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
}
