html {
    border-top-color: var(--color-accent-3);
}

section,
p,
ul,
li,
summary,
footer * {
    font-size: 1.1rem;
    line-height: 170%;
}

details summary {
    cursor: pointer;
}

pre {
    font-size: 1.1rem;
    line-height: 150%;
}

h2 {
    font-size: 1.3rem;
}

h2::before {
    font-size: inherit !important;
    top: unset !important;
    left: -1.1rem;
}

article h1:first-child {
    margin-top: 1rem;
}

h1 {
    font-size: 1.5rem !important;
}

h3 {
    font-size: 1.2rem !important;
}

blockquote {
    margin: unset;
    padding: 0.25rem 1rem;
    border-left: 2px solid var(--accent-color);
    background-color: #2bbc893e;
}

ul {
    margin-block-start: 0;
    margin-block-end: 0;
}

ul>li:first-child>p {
    margin-top: 0;
}

kbd {
	margin: 0px 0.1em;
	padding: 0.1em 0.6em;
	border-radius: 3px;
	border: 1px solid rgb(204, 204, 204);
	color: rgb(51, 51, 51);
	line-height: 1.4;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	display: inline-block;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.2), inset 0px 0px 0px 2px #ffffff;
	background-color: rgb(247, 247, 247);
	-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
	-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 1px 0 #fff;
}