:root{--app-h: 100dvh;--app-top: 0px;--app-bottom: 0px;--bg: #EDECEA;--ink: #17161A;--ink-2: #56545C}*{box-sizing:border-box}html,body{margin:0;height:var(--app-h);overflow:hidden;background:var(--bg);color:var(--ink);font-family:system-ui,sans-serif}#root{height:var(--app-h);padding-top:var(--app-top);padding-bottom:var(--app-bottom);overflow-y:auto;overscroll-behavior:contain}
