@font-face {
	font-family: GeologicaHeavyBold;
	src: url("/static/fonts/Geologica/Geologica.ttf");
	font-weight: 900;
	font-display: fallback;
}

@font-face {
	font-family: "DM Sans";
	src: url("/static/fonts/DMSans/DMSans-Regular.woff") format("woff");
	font-weight: 400;
	font-display: fallback;
}
@font-face {
	font-family: "DM Sans";
	src: url("/static/fonts/DMSans/DMSans-Medium.woff") format("woff");
	font-weight: 500;
	font-display: fallback;
}
@font-face {
	font-family: "DM Sans";
	src: url("/static/fonts/DMSans/DMSans-Bold.woff") format("woff");
	font-weight: 700;
	font-display: fallback;
}
