:root {
	--primary-text-color: rgba(0, 0, 0, 0.9);
	--secondary-text-color: rgba(0, 0, 0, 0.7);
	--accent-color: #007aff;
	--page-bg: rgb(246, 244, 240);
}

html,
body {
	font-family: "Inter", sans-serif;
	background: var(--page-bg);
	color: var(--primary-text-color);
}

body {
	max-width: 860px;
	margin: 0 auto;
	padding: 40px 24px 56px;
	line-height: 1.55;
}

h1,
h2,
h3,
h4 {
	color: var(--primary-text-color);
	margin-top: 1.35em;
	margin-bottom: 0.45em;
	line-height: 1.2;
}

h1 {
	margin-top: 0;
	font-size: 1.75rem;
	font-weight: 800;
}

h2 {
	font-size: 1.15rem;
	font-weight: 700;
}

h3 {
	font-size: 1rem;
	font-weight: 700;
}

h4 {
	font-size: 0.9rem;
	font-weight: 700;
}

p,
li {
	color: var(--secondary-text-color);
}

ul {
	padding-left: 1.2rem;
}

a {
	color: var(--secondary-text-color);
}
