:root{--background:#fefefe;--foreground:#171717}html.dark{--background:#0e0e0e;--foreground:#ededed}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}