@font-face {
    font-family: courier-prime;
    src: url('./fonts/courier-prime-code-webfont.woff2') format('woff2'),
         url('./fonts/courier-prime-code-webfont.woff') format('woff'),
         url('./fonts/courier-prime-code-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: roboto;
    src: url('./fonts/roboto-webfont.woff2') format('woff2'),
         url('./fonts/roboto-webfont.woff') format('woff'),
         url('./fonts/roboto-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: roboto;
	color: white;
	background: black;
	max-width: 50rem;
	margin: 0 auto;
	text-align: justify;
}

h1, h2, pre, code, tt {
	font-family: courier-prime;
}

h1, h2 {
	margin-block-end: 0;
	margin-inline-start: 1rem;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2rem;
}

table, tr, td, th {
	border: 2px solid white;
	border-collapse: collapse;
}

td, th {
	padding: 0.3rem;
}

table thead th:first-child:empty {
	background: white;
}

th {
	text-align: center;
	font-weight: bold;
}

table tbody tr th:first-child {
	text-align: right;
}

table tbody tr th:last-child {
	text-align: left;
}

a[href] {
	color: #ff2446;
	text-decoration: inherit;
}

a[href]:hover {
	background: #ff2446;
	color: black;
}
