*{box-sizing:border-box}html,body{margin:0;padding:0;display:flex;flex-direction:column;font-size:14px;font-family:Inter,sans-serif;color:var(--text-color);background:var(--body-color);width:100%;height:100%;overscroll-behavior-y:none;transition:background .2s ease-in,color .2s ease-in}html:not(.light-theme),html.dark-theme{--text-color: #b7b7b7;--title-text-color: #f1f1f1;--background-primary: rgb(12, 11, 33);--background-secondary: rgb(23, 20, 48);--border-secondary: rgb(46, 44, 81);--hover-on-secondary: rgb(41, 38, 81);--body-color: #17171e;--accent-color: #14141a;--container-color: #292931;--disabled-color: #4f4e4e;--highlight-color: #3f3e3e;--red-primary: #e15e5e;--shadow-color: #101010;--overlay-color: rgba(50, 50, 50, .5)}html.light-theme{--text-color: #b7b7b7;--title-text-color: #f1f1f1;--background-primary: rgb(12, 11, 33);--background-secondary: rgb(23, 20, 48);--border-secondary: rgb(46, 44, 81);--hover-on-secondary: rgb(41, 38, 81);--body-color: #17171e;--accent-color: #14141a;--container-color: #292931;--disabled-color: #4f4e4e;--highlight-color: #3f3e3e;--red-primary: #e15e5e;--shadow-color: #101010;--overlay-color: rgba(50, 50, 50, .5)}#root{flex:1;display:flex}h1,h2,h3,h4,h5,h6{padding:0;margin-block-end:0;margin-block-start:0;color:var(--title-text-color)}a,a:hover,a:active,a:visited{color:inherit;text-decoration:none}
