@font-face {
    font-family: "IBMPlexMono";
    src: url("../fonts/IBMPlexMono/IBMPlexMono-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "IBMPlexMono";
    src: url("../fonts/IBMPlexMono/IBMPlexMono-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "IBMPlexMono";
    src: url("../fonts/IBMPlexMono/IBMPlexMono-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "IBMPlexMono";
    src: url("../fonts/IBMPlexMono/IBMPlexMono-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "IBMPlexMono";
    src: url("../fonts/IBMPlexMono/IBMPlexMono-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "IBMPlexMono";
    src: url("../fonts/IBMPlexMono/IBMPlexMono-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}