/* Server Mono Font */
@font-face {
    font-family: 'Server Mono';
    src: url('../fonts/ServerMono-Regular.woff2') format('woff2'),
         url('../fonts/ServerMono-Regular.woff') format('woff'),
         url('../fonts/ServerMono-Regular.otf') format('opentype');
    font-weight: 300 600;
    font-style: normal;
    font-display: swap;
}

/* Unicode Font */
@font-face {
    font-family: 'Unicode';
    src: url('../fonts/unicode.otf') format('opentype');
    font-weight: 300 600;
    font-style: normal;
    font-display: swap;
}
