@font-face {
	font-family: 'Wittgenstein';
	font-style: normal;
	font-weight: 400;
	src:
		local('Wittgenstein'),
		url('Wittgenstein-Regular.otf') format('opentype');
	unicode-range: U+0000-00FF;
}

@font-face {
	font-family: 'Wittgenstein';
	font-style: normal;
	font-weight: 800;
	src:
		local('Wittgenstein'),
		url('Wittgenstein-Bold.otf') format('opentype');
	unicode-range: U+0000-00FF;
}

@font-face {
	font-family: 'M PLUS Code Latin 50';
	font-style: normal;
	font-weight: 400;
	src:
		local('M PLUS Code Latin 50'),
		url('MplusCodeLatin50-Regular.otf') format('opentype');
	unicode-range: U+0000-00FF;
}

@font-face {
	font-family: 'M PLUS Code Latin 50';
	font-style: normal;
	font-weight: 800;
	src:
		local('M PLUS Code Latin 50'),
		url('MplusCodeLatin50-Bold.otf') format('opentype');
	unicode-range: U+0000-00FF;
}

body {
	width: 60%;
	margin: 0 auto 0 auto;
	font-family: 'Wittgenstein', serif;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	background-color: #ffffff;
}

a {
	color: inherit;
}

header,
footer,
article {
	margin: 3rem 2rem 3rem 2rem;
}

h1,
h2 {
	margin: 1.5rem 0 1.5rem 0;
	font-family: 'M PLUS Code Latin 50', monospace;
	font-weight: bold;
	text-transform: uppercase;
}

h1,
article h2 {
	font-size: 1.3rem;
}

article h1 {
	font-size: 1.6rem;
}

article time {
	font-weight: bold;
	font-family: 'M PLUS Code Latin 50', monospace;
}

footer {
	text-align: center;
}

pre {
	padding: 1rem;
	font-size: 0.95rem;
	overflow: auto;
	line-height: 1.25;
	border: thin solid #000000;
}

code {
	font-family: 'M PLUS Code Latin 50', monospace;
}

p code {
	padding: 0 0.3333rem 0 0.3333rem;
	background-color: #00000012;
}

span.comment {
	color: #42791d;
	font-style: italic;
}

span.keyword {
	color: #c0173c;
}

@media screen {
	@media (max-width: 1000px) {
		body {
			width: 600px;
		}
	}
	@media (max-width: 600px) {
		body {
			width: 100%;
			margin: 0;
		}
	}
}

@media print {
	body {
		width: 100%;
	}
	table.code {
		overflow: visible;
	}
}

/*@media (prefers-color-scheme: dark) {
	body {
		color: #e7e9ea;
		background-color: #000000;
	}
	pre {
		border: thin solid #e7e9ea;
	}
	p code {
		background-color: #ebebeb10;
	}
	span.comment {
		color: #86b91f;
		font-style: italic;
	}
	span.keyword {
		color: #f92672;
	}
}*/
