@import url('https://fonts.googleapis.com/css2?family=Anta&family=Space+Grotesk&display=swap');

.anta-regular, h1 {
	font-family: "Anta", serif;
	font-weight: 400;
	font-style: normal;
}

.space-grotesk-regular,
p {
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	font-style: normal;
}