:root {
	--background__low-contast: #666;
	--stroke__high-contrast: #fff;
}

html {
	color: #eee;
	background-color: #444;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	margin-top: 1em;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

p {
	margin: 0;
	margin-top: 0.5em;
}

.content {
	max-width: 60em;
	margin: 2em;
}

a:link {
	color: #ee5588;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #ee5588;
}

a:hover {
	text-decoration: underline;
}

label, input, button {
	display: block;
}
button {
	margin-top: 1rem;
}
label {
	margin-top: 0.5em;
}
input {
	margin-top: 0.25em;
}

img {
	max-width: 100%;
	height: auto;
}

.button--tight {
	margin: 0;
}
