@font-face {
    font-family: "Relative";
    src: url("/fonts/RelativeMono10Pitch.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bureau Grot Extra";
    src: url("/fonts/BureauGrotExtraCompressedMedium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Relative";
}

h1 {
    font-family: "Bureau Grot Extra";
}

tr:nth-child(even) {
    background: #d6ccc8;
}

th, td {
    padding: 0.25rem;
}

select {
    background: none;
}