@font-face {
    font-family: 'Helvetica Rounded';
    src: url('/f/helvetica-rounded-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('/f/RobotoMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('/f/RobotoMono-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-main: 'Roboto Mono', "Menlo", "Consolas", monospace;
    
    --font-mono: 'Roboto Mono', "Menlo", "Consolas", monospace;

    --font-header: 'Helvetica Rounded', Helvetica, Arial, sans-serif;
}