/* @font-face {
    font-family: munro;
    src: url("./munro.ttf");
}

@font-face {
    font-family: alt-mono;
    src: url("./munro.ttf");
} */

@font-face {
    font-family: 'JetBrainsMono';
    src: url('./fonts/JetBrainsMono/JetBrainsMono-Bold.woff2') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'JetBrainsMonoNF';
    src: url('fonts/JetBrainsMonoNerdFontMono-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}
/* 
@font-face {
    font-family: 'Keifont';
    src: url('fonts/keifont.ttf') format('truetype');
    font-weight: normal;
    font-style: bold;
    font-display: block;
}

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

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

@font-face {
    font-family: 'Zen Kaku Gothic';
    src: url('fonts/ZenKakuGothic/ZenKakuGothicNew-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
} */