@import url("https://fonts.googleapis.com/css2?family=Anton&family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap");
body {
	font-family: "Outfit", "Inter", sans-serif;
	background-color: #fcfcfc;
}
.font-anton {
	font-family: "Anton", sans-serif;
}