@font-face {
    font-display: swap;
    font-family: "Noto Mono";
    font-style: normal;
    font-weight: 100;
    src: url("noto-mono-100.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Noto Mono";
    font-style: normal;
    font-weight: 300;
    src: url("noto-mono-300.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Noto Mono";
    font-style: normal;
    font-weight: 500;
    src: url("noto-mono-500.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Noto Mono";
    font-style: normal;
    font-weight: 700;
    src: url("noto-mono-700.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Noto Mono";
    font-style: normal;
    font-weight: 900;
    src: url("noto-mono-900.ttf") format("truetype");
}
