@font-face {
  font-family: AtkinsonHyperlegibleMono;
  src: url(fonts/AtkinsonHyperlegibleMono-Regular.otf);
}
@font-face {
  font-family: AtkinsonHyperlegibleMono;
  src: url(fonts/AtkinsonHyperlegibleMono-Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: AtkinsonHyperlegibleMono;
  src: url(fonts/AtkinsonHyperlegibleMono-MediumItalic.otf);
  font-style: italic;
}
body {
	font-family: AtkinsonHyperlegibleMono, sans-serif;
	color: #ffb742;
	background-color: #2c2b30;
}

header, footer {
	text-align: center;
}

body a {
	color: #ff3030;
}

nav ul li {
	display: inline-block;
}

main {
	line-height: 1.5;
}

main .published_date {
	font-style: italic;
}
