:root{--background:#000000;--foreground:#ffffff}@media (prefers-color-scheme:light){:root{--background:#000000;--foreground:#ffffff}}html{max-width:100vw;overflow-x:hidden;background-color:var(--background)!important;color-scheme:dark}body{color:var(--foreground);background-color:var(--background);font-family:Poppins,sans-serif;scrollbar-width:none}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}::-webkit-scrollbar{display:none}