@import url(/typefaces/tiny5.matrix-regular.otf);

.text_format_default {
    color: light-dark(var(--deep_dark_blue), var(--light_white_blue));
    font-family: Arial, Helvetica, sans-serif;
}

.text_format_lcd1 {
    color: #030a05;
    font-family: matrixRegular;
}