/* Apply Inter font globally */
body {
	font-family: "Inter", sans-serif;
	font-weight: 300;
	line-height: 1.5;
}
html {
	zoom: 1;
}
