:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{overflow-x:hidden;margin:0;padding:0;width:100%}body,html{min-height:100%}body{font-family:Lato,Trebuchet MS,Arial,sans-serif;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font-family:inherit;letter-spacing:0}h1,h2,h3,h4,h5,h6{font-family:Candice,Cooper Black,Bookman Old Style,Georgia,serif;font-weight:500;letter-spacing:0}#__next{min-height:100vh}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}