@font-face {
	font-family: MesloLG;
	src: url('/fonts/MesloLGM-Regular.ttf');
}
@font-face {
	font-family: MesloLG;
	font-weight: bold;
	src: url('/fonts/MesloLGM-Bold.ttf');
}
@font-face {
	font-family: Pixelon;
	src: url('/fonts/Pixelon-OGALo.ttf');
}
p.footnote {
	text-align: center;
	font-size: small;
	text-transform: uppercase;
}
body {
	align: center;
	background-color: #2f343f;
	width: min(95%, 700px);
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-family: "Pixelon", sans-serif;
	color: #bcb89c;
	text-align: center;
	font-size: 54px;
}
p {
	color: #bcb89c;
	font-family: "MesloLG", Roboto, sans-serif;
}
p.delim {
	text-align: center;
	margin-bottom: 36px;
}
p a {
	color: #bcb89c;
	font-weight: bold;
}
ul li {
	color: #bcb89c;
	font-family: "MesloLG", Roboto, sans-serif;
}
ul li a {
	color: #bcb89c;
	font-weight: bold;
}
code {
	color: #fff;
}
pre {
	background-color: #2F3F32;
	border-radius: 16px;
}
pre code {
	padding-left: 24px;
	display: block;
}
