@font-face {
    font-family: 'Roboto Mono';
    src: url('../fonts/RobotoMono-VariableFont_wght.woff') format('woff-variations'),
         url('../fonts/RobotoMono-VariableFont_wght.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.woff') format('woff'),
         url('../fonts/HelveticaNeue.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}