*,
*::before,
*::after {
	transition: color 0.2s, background-color 0.2s;
	box-sizing: border-box;
	font-family: var(--font-body);
}

body {
	margin: 0;
	margin-top: 56px;
	color: var(--black-2);
	background-color: var(--body-bg);
	font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-heading);
}

a:link {
	color: var(--link);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a:visited {
	color: var(--link);
	text-decoration: none;
}

.container {
	max-width: 980px;
	margin: auto;
	padding: 0 16px;
}

.section-title {
	font-size: 32px;
	line-height: 1.125;
	font-weight: 700;
	letter-spacing: 0.004em;
	margin-bottom: 24px;
	color: var(--card-title);
}

.theme-command {
	display: none;
}
