body,html{max-width:100vw;min-height:100vh;overflow-x:hidden;display:flex;flex-direction:column}body{color:var(--colors-main-layout-layout-default-enabled-on-surface-primary-base);background:var(--colors-main-layout-layout-default-enabled-surface-base);font-family:var(--typography-font-family-primary),var(--typography-font-family-secondary),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}a:hover{text-decoration:underline;text-underline-offset:4px}@media(prefers-color-scheme:dark){html{color-scheme:dark}}header{padding:16px;justify-content:space-between;align-items:center}header,header nav ul{display:flex;gap:16px;flex-wrap:wrap}header nav ul{list-style:none}header nav ul li{text-wrap:nowrap}