/* crt.css: CP437 emulation */
.crt-text {
    font-family: "web437", monospace;
    font-feature-settings:
        "liga" 0,
        "calt" 0;
    text-shadow:
        0 0 2px rgba(255, 176, 0, 0.85),
        0 0 5px rgba(255, 176, 0, 0.65),
        0 0 10px rgba(255, 140, 0, 0.45),
        0 0 20px rgba(255, 120, 0, 0.25);
    animation: crtPulse 2.5s ease-in-out infinite;
    tab-size: 8;
    line-height: 16px;
}

.crt-text em.dm {
    text-shadow: 0 0 2px rgba(255, 176, 0, 0.65);/*,
}
