@font-face {
	font-family: "Computer Modern Typewriter";
	src: url("Typewriter/cmuntt.ttf");
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: "Computer Modern Typewriter";
	src: url("Typewriter/cmuntb.ttf");
	font-weight: bold;
	font-style: normal;
}


@font-face {
	font-family: "Computer Modern Typewriter";
	src: url("Typewriter/cmunit.ttf");
	font-weight: normal;
	font-style: italic;
}


@font-face {
	font-family: "Computer Modern Typewriter";
	src: url("Typewriter/cmuntx.ttf");
	font-weight: bold;
	font-style: italic;
}

.title, .author, .date, .rights, .cover-image {
	text-align: center;
}

* {
	font-family: "Computer Modern Typewriter";
}

body {
	font-size: 1.2rem;
	line-height: 1.5;
}

code, pre {
	white-space: pre-wrap;
}

.sourceCode {
	white-space: pre-wrap;
}

p, code {
	text-indent: 0;
}

img {
	max-width: 100%;
	object-fit: contain;
}

figure {
	page-break-inside: avoid;
	break-inside: avoid;
}

h2 {
	page-break-before: always;
}

h3 {
	page-break-before: always;
}

body * {
	line-height: inherit;
}

ul {
	padding-left: 1em;
}
