body, input, p, ul, li, ol, input, textarea, blockquote, button {
	line-height: 24px;
	font-size: 16px;

	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
}

h1, h2, h3, h4 {

	font-family:  "Inter", sans-serif;
	font-optical-sizing: auto;
}

.small {
	font-size:13px;
	line-height: 24px;
}
.light {
	filter: opacity(75%) grayscale(100%);
}
.light a {
	display: inline-block;
	border-bottom: 1px dotted var(--frontcolor_dark);
}
.light a:hover {
	
	border-bottom: 1px solid var(--frontcolor_dark);
}
.light:has(a:hover) {
	filter: opacity(75%);
}