body {
	margin: 0;
	background: var(--triumph-white);
	color: var(--triumph-black);
	font-family: "Inter", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}