@import "/lib/css/base-bones.css";

body {
	font-size: 14pt;
	font-family: system-ui, sans-serif;
}

p {
	text-wrap: pretty;
}

footer {
	margin-block: 3em;
	text-align: center;
}

svg {
	width: 100%;
	aspect-ratio: 16 / 9;
	font-family: "Iosevka Fixed SS14", monospace;
	font-size: 10pt;
	background-color: gray;
}
