@font-face {
	font-family: 'Geologica';
	src: 
		url('/fonts/Geologica-Regular.woff2') format('woff2'),
		url('/fonts/Geologica-Regular.woff') format('woff');
    font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Geologica';
	src: 
		url('/fonts/Geologica-SemiBold.woff2') format('woff2'),
		url('/fonts/Geologica-SemiBold.woff') format('woff');
    font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: 'Geologica';
	src: 
		url('/fonts/Geologica-Medium.woff2') format('woff2'),
		url('/fonts/Geologica-Medium.woff') format('woff');
    font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: 'Geologica Roman';
	src: 
		url('/fonts/GeologicaRoman-Regular.woff2') format('woff2'),
		url('/fonts/GeologicaRoman-Regular.woff') format('woff');
    font-style: normal;
	font-weight: normal;
}