/* test */
body{
    /* font-family:'Menlo',monospace; */
    font-family:'hershey-noailles-unknown';
    font-size:18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

main{
    opacity:0;
}
  


.tile[data-permanent="true"]{
    background-color: red;
}

.tile[data-permanent="false"]{
    background-color: green;
}

@media(max-width:600px){
    #constant-home,#constant-controls,#constant-home .inner,#contsant-controls .inner{
        height:0;
        min-height:0;
        max-height:0;
        /* padding:0 var(--m); */
        /* margin:0; */
        border-bottom:none;
      }
}

@media(max-width:500px){
    body{
        font-size:17px;
    }
}