:root[data-theme=light]{--text-color:#070707}:root[data-theme=dark]{--text-color:#b5b5b5}body,html{padding:0;margin:0;background-color:#1a1a1a;font-family:var(--font-roboto),-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}span{color:var(--text-color)}*{box-sizing:border-box}a{color:#0070f3;text-decoration:none}a:hover{text-decoration:underline}.selectDisable{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.selectEnable{-webkit-user-select:text;-moz-user-select:text;-o-user-select:text;user-select:text}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-text-fill-color:var(--text-color)!important}