/* structural elements/layout */
main {
	max-width: 600pt;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
nav {
	text-align: center;
	width: 100%;
	color: white;
	background-color: #2d2d2d;
	padding: 1px;
	border-radius: 5px;
}
nav a:link {
	color: #a8b5ff;
}
nav a:visited {
	color: #d9aada;
}

/* text rendering */
p {
	hyphens: auto;
}
h1 {
	text-align: center;
}
div.time {
	text-align: center;
}
blockquote {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 2px solid gray;
	font-style: oblique;
}

/* figures and such */
svg {
	stroke: black;
	fill: black;
}
table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
figure {
	margin: 1em;
}
figure.centered {
	text-align: center;
}
figure pre {
	max-width: 100%;
	overflow-x: auto;
	text-align: left;
	display: inline-block;
	margin: 0;
}
figure .scrollable {
	max-width: 100%;
	overflow-x: auto;
}
caption {
	font-style: italic;
}
figcaption {
	font-style: italic;
}
dt {
	margin-top: 15px;
}

/* dark mode colors */
@media (prefers-color-scheme: dark) {
	body {
		color: white;
		background-color: #191919;
	}
	svg {
		stroke: white;
		fill: white;
	}
	a:link {
		color: #a8b5ff;
	}
	a:visited {
		color: #d9aada;
	}
}

@font-face {
	font-family: "sitelenSeliKiwen";
	src: url("/style/sitelenselikiwenjuniko.woff");
}
