html,body,#root{margin:0;padding:0;width:100%;height:100%;transition:background-color .3s ease}html.light,html.light body,html.light #root{background-color:#ffe5e0;background-image:radial-gradient(circle,#e8c8c3 1px,transparent 1px);background-size:20px 20px}html.dark,html.dark body,html.dark #root{background-color:#0f1419}@media print{.MuiAppBar-root{position:static!important;width:100%!important;margin-left:0!important}nav{display:none!important}main{width:100%!important}main>.MuiToolbar-root{display:none!important}}
