@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400..600&display=swap");:root{--background:#ffffff}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden;background-color:var(--gray-100)}body{font-family:var(--Inter);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:2800px;margin:0 auto;background-position:top;background-repeat:no-repeat}*{box-sizing:border-box;padding:0;margin:0}