@font-face: {
    font-family: 'Shure Tech Mono Nerd Font';
    font-style: normal;
    font-weight: 400;
    src: url(/ShureTechMonoNerdFont-Regular.woff2) format('woff2');
}

body {
    font-family: 'Shure Tech Mono Nerd Font', monospace;
    background-color: #1e1e1e;
    color: #d4d4d4;
    margin: 0;
    padding: 20px;
    font-size: 18pt;
    line-height: 1.2;
}
