@font-face {
	font-family: "RobotoMono Regular";
	src: url("./RobotoMono-Regular.ttf") format("truetype");
}

body {
	margin: 3em 3em 6em 3em;
	font-family: "RobotoMono Regular", monospace;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, p, b {
	font-weight: normal;
	font-size: inherit;
}

h2, h3 {
	padding-top: 2em;
}

h1::before {
	content: "### ";
}

h1::after {
	content: " ###";
}

h2::before {
	content: "** ";
}

h2::after {
	content: " **";
}

b::before {
	content: "[";
}

b::after {
	content: "]";
}

@media print {
	body {
		margin: 0 3em;
	}

	@page {
		margin-top: 4em;
		margin-bottom: 4em;
	}
}
