@font-face {
    font-family: "Unifont";
    src: url("Unifont.ttf") format("truetype"),
        url("Unifont.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: "UnifontExMono";
    src: url("UnifontExMono.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mojangles";
    src: url("minecraft.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

.fieldset.debug {
    border: 2px solid var(--retro-green3);
    background: transparent;
}
.fieldset.notice {
    border: 2px solid var(--retro-red);
    background: transparent;
}
.fieldset.notice b {
    color: var(--retro-yellow);
}

footer.bg-dark {
    background: var(--retro-bg3) !important;
   }

   .fieldset {
    background: transparent;
    border-color: var(--retro-green2);
   }
      .fieldset legend {
    color: var(--retro-text-xdim);
    background-color: var(--retro-green2);
   }
