@charset "UTF-8";
body {
	line-height: 1.6
}

section {
	font-family: var(--font-family-sub);
	padding: 2rem;
	background-color: var(--sub-color);
	border-bottom: 1px solid var(--border-color);
	text-align: left
}

section h5 {
	color: var(--emphasis-color);
	font-size: 1.5em;
	margin-bottom: 0.3em
}

section p,
section ul {
	margin: 0.3em 0
}

ul {
	list-style-type: square;
	padding-left: 1em;
}


.highlight {
	color: var(--emphasis-color);
	font-weight: bold
}