html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html[data-theme=light]{--fp-bg: #f5f0e8;--fp-fg: #201410}html[data-theme=dark]{--fp-bg: #0f0b10;--fp-fg: #f4efe9}html,body{height:100%;margin:0;line-height:1.5;background-color:var(--fp-bg, #0f0b10);color:var(--fp-fg, #f4efe9);overflow-x:hidden}body{scrollbar-gutter:stable both-edges}#root{display:flex;flex-direction:column;height:100%;width:100%}
