: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}}