@import url("https://cdn.jsdelivr.net/gh/\
dreampulse/computer-modern-web-font@master/\
font/Serif/cmun-serif.css");
@import url("https://cdn.jsdelivr.net/gh/\
dreampulse/computer-modern-web-font@master/\
font/Sans/cmun-sans.css");
:root { color-scheme: light dark; }
body {
	color: light-dark(#333, #ddd);
	background-color: light-dark(#ccc, #444);
	font-family: "Computer Modern Serif", Georgia, serif;
	margin: auto;
	max-width: 66ch;
	padding-inline: 2ch;
}
h1, h2, h3, h4, h5, h6 { font-family: "Computer Modern Sans", sans; }
iframe {
	width: 100%;
	border: none;
}
pre { background-color: #444; }
aside {
	width: 35%;
	float: inline-end;
	font-style: italic;
	margin-inline: 1ch;
	font-size: 0.75rem;
}
:any-link {color: unset}
a:hover {text-decoration-style: wavy}
