.ubuntu-mono-regular {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

body {
	font-family: system-ui, ubuntu-mono-regular;
	font-size: 100%;
	line-height: 135%;
	font-variant-numeric: oldstyle-nums;
}

h1, h2 {
	font-variant: small-caps;
}

table.first-table {
	border: 1px solid #aaa;
	border-collapse: no-collapse;
}
table.first-table tr>* {
	border: 1px solid #888;
	padding: .5em;
}

table.first-table caption {
	caption-side: bottom;
}