@font-face {
    font-family: 'bold-mono';
    src: url('./fonts/bold-mono.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'regular-mono';
    src: url('./fonts/regular-mono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'regular';
    src: url('./fonts/regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}