:root {
	--red-main: #BF1E2D;
    	--red-secondary: #dc3544;
	--dark: #403c3c;
/*	font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; */
	  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: var(--red-main);
}

