@font-face {
    font-family: 'IBM Plex Mono';
    src: url('../font/IBMPlexMono-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'RGN';
    src: url('../font/routed-gothic-narrow.ttf') format('truetype');
}

body {
    font-size: 18px;
    font-family: "IBM Plex Mono";
}

#content {
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
}

.desc {
    font-style: italic;
}

.smaller {
    font-size: 16px;
}

.nextpage {
    font-size: 36px;
    text-align: center;
}

#title {
    margin-top: 36px;
    font-family: "RGN";
    font-size: 18px;
    text-align: center;
}