:root{--background:#ffffff;--foreground:#171717;--font-primary:"Pretendard",sans-serif}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;min-height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow-x:hidden;scroll-snap-type:y mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}body{color:var(--foreground);background:var(--background);font-family:var(--font-primary);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}*,body{padding:0}*{box-sizing:border-box;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}