body {
    font-family: 'chicagoFLF', 'Material Icons', sans-serif;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
}

/*.tetro-root {
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
}*/

@font-face {
    font-family: 'chicagoFLF';
    src: url('chicago_flf.ttf');
}