@font-face {
    font-family: "IBM Plex Mono";
    src: url("/css/IBMPlexMono-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Mono";
    src: url("/css/IBMPlexMono-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Mono";
    src: url("/css/IBMPlexMono-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

html {
    background-color: #222;
    color: #EEE;
    font-family: "IBM Plex Mono", monospace;
}

body {
    margin: 32px;
}

a {
    color: #88f;
}

a:hover {
    color: #66f
}

h4 {
    font-size: 80%;
    font-weight: 300;
    color: #666;
}