body {
	font-family: var(--font-base);
	font-size: 16px;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7;
	color: var(--color-main);
}

a {
	color: inherit;
}
