:root{--foreground-rgb:0,0,0;--background-rgb:255,255,255}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;height:100%}body{color:rgb(var(--foreground-rgb));background:rgb(var(--background-rgb));font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}a{color:inherit;text-decoration:none}#__next{min-height:100%;display:flex;flex-direction:column}