.light-theme{--top-nav-bar-bg:#d3d3d3;--bottom-nav-bar-bg:#fff;--main-text-color:#000;--main-text-reversed-color:#fff;--main-bg:#fff;--secondary-bg:#f3f3f3;--other-bg:#eaeaea;--scrollbar-track:#f1f1f1;--scrollbar-thumb:#888}.dark-theme,.light-theme{display:flex;flex-direction:column;min-height:100vh}.content{flex:1 1}body,html{max-width:100vw;overflow:auto}body{font-size:.9rem;line-height:1.5;display:flex;flex-direction:column;color:var(--foreground);background:var(--background);font-family:Open Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark-theme,.light-theme{color:var(--main-text-color);overflow:auto}.dark-theme ::-webkit-scrollbar,.light-theme ::-webkit-scrollbar{width:8px;height:8px}.dark-theme ::-webkit-scrollbar-track,.light-theme ::-webkit-scrollbar-track{background-color:var(--scrollbar-track)}.dark-theme ::-webkit-scrollbar-thumb,.light-theme ::-webkit-scrollbar-thumb{border-radius:4px;background-color:var(--scrollbar-thumb);border:1px solid var(--scrollbar-track)}.dark-theme ::-webkit-scrollbar-thumb:hover,.light-theme ::-webkit-scrollbar-thumb:hover{background-color:#555}.dark-theme,.light-theme{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}