@font-face {
    font-family: 'Roboto Mono';
    src: URL('RobotoMono-Medium.ttf') format('truetype');
}

body {
    font-family: 'Roboto Mono';
}

h1 {
    color: white;
}

h3 {
    color: white;
}

p {
    color: white;
}

.white {
    color: white;
}
