:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#121212;--foreground:#ededed}}body,html{scroll-behavior:smooth;max-width:100vw;height:100%;width:100%;margin:0;background:var(--background)}body{color:var(--foreground);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,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}.loader{background:var(--background);color:var(--foreground);display:flex;align-items:center;justify-content:center;height:100vh;width:100vw}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}