:root{--background:#f8fbfb;--surface:#fff;--foreground:#172526;--muted:#526769;--border:#d8e3e4;--mint-light:#d3eaeb;--mint-dark:#285b60}*{box-sizing:border-box;padding:0;margin:0}html{color-scheme:light}body{max-width:100vw;overflow-x:hidden;color:var(--foreground);background:var(--background);font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #218e98;outline-offset:4px;border-radius:.125rem}