:root{--background:rgb(255,255,255);--foreground:rgb(23,23,23);--accent:rgb(56 0 144)}@media (prefers-color-scheme:dark){:root{--background:rgb(10,10,10);--foreground:rgb(237,237,237)}}body,html{max-width:100vw;overflow-x:hidden;text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%}body{overflow-y:hidden;color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:var(--scrollbar-color) transparent}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:10px;margin:4px 0}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:var(--scrollbar-color);border-radius:10px;border:2px solid transparent;background-clip:padding-box;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-color-hover,var(--scrollbar-color))}