@font-face {
    font-family: "IGBTMono";
    src: url("/BIZUDGothic-Regular-strip.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: block;
}

@font-face {
    font-family: "IGBTMono";
    src: url("/BIZUDGothic-Bold-strip.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: block;
}

html {
    visibility: hidden;
}

html.igbt-font-ready {
    visibility: visible;
}

html.igbt-font-ready,
html.igbt-font-ready body,
html.igbt-font-ready *,
html.igbt-font-ready *::before,
html.igbt-font-ready *::after {
    font-family: "IGBTMono" !important;
    font-synthesis: none !important;
}
