/* Courier Prime Source */
@font-face {
	font-family: "Courier Prime Source";
	src: url("/fonts/CourierPrimeSource/CourierPrimeSource.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

html {overflow-y: scroll}
body {
	max-width: 800px;
	margin: 40px auto;
	padding: 0 10px;
	color: #222;
	font-family: Avenir, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Futura, sans-serif;
	font-weight: 500;
	letter-spacing: 0.025em;
	text-rendering: optimizeLegibility;
}
h1,h2,h3 {
	line-height: 1.2;
}
h1.site-title {
	font-size: 2em;
}
a:link {
	color: #0000EE;
}
a:visited {
	color: #551A8B;
}
a:hover {
	color: #EE0000;
}
img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 450px;
}
img.site-logo {
	display: inline;
	margin: auto;
	width: 80px;
	height: 80px;
}
code {
	font-family: "Courier Prime Source", "Courier", "Courier New", monospace;
	font-size: 0.95em;
}
p > code {
	color: #fff;
	background: #000;
	padding: 2px;
}
pre {
	color: #fff;
	background: #000;
	padding: 10px;
	overflow-x: auto;
	line-height: 1.3;
}
article {
	padding: 20px 0
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.site-title {
	display: flex;
}
.subtitle {
	float: right;
}
.site-title * {
	margin-top:auto;
	margin-bottom:auto;
}
.site-title a {
	text-decoration: none;
	color: #222;
}
.sidebar-enum {
	line-height: 170%;
}
p.post-date-tags {
	font-size: smaller;
}
blockquote {
	background-color: #eee;
	border-left: 25px solid #ccc;
	line-height: 1.25em;
	margin: 2em auto;
	padding: 1% 5%;
	width: 80%;
}
table {
	border-collapse: collapse;
}
table, th, td {
	border: 1px solid #ccc;
}

@media (prefers-color-scheme: dark) {
	body {
		color: #eee;
		background: #2c2c2c;
	}
	a:link {
		color: #5bf;
	}
	a:visited {
		color: #ccf;
	}
	a:hover {
		color: #faa;
	}
	.site-title a {
		color: #eee;
	}
	blockquote {
		background-color: #333;
		border-left: 25px solid #555;
	}
}
