@font-face {
	font-family: C059;
	src: url(/static/C059-Roman.ttf);
}
@font-face {
	font-family: LeagueSpartan;
	src: url(/static/LeagueSpartan-Regular.ttf);
}

body {
	max-width: 40em;
	margin: auto;
	color: wheat;
	background-color: #282828;
	font-family: C059, serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #d3869b;
	font-family: LeagueSpartan, sans;
}

a {
	color: #689d6a;
}

section {
	margin-bottom: 3em;
}
