:root,html[data-theme=light]{--app-background:#f5f5f5;--app-foreground:#1f1f1f}html[data-theme=dark]{--app-background:#333;--app-foreground:#fff}html,body{flex-direction:column;max-width:100vw;height:fit-content;min-height:100dvh;display:flex}body{color:var(--app-foreground);background:var(--app-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--gray-rgb:0,0,0;--gray-alpha-200:rgba(var(--gray-rgb),.08);--gray-alpha-100:rgba(var(--gray-rgb),.05);--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.mainContent{flex:1;width:100vw;max-width:100vw;position:relative;overflow-x:hidden}
