@font-face {
    font-family: 'OCR-B';
    src: url('fonts/ocrb_regular-webfont.woff2') format('woff2'),
         url('fonts/ocrb_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#root {
    display: flex;
    max-width: 800px;
    min-height: 100%;
    margin: 0 auto;
}

div[data-reactroot] {
    flex: 1;
}

.dimmed.dimmable>.dim {
    filter: blur(5px) grayscale(.7);
}
