html{font-size:62.5%}:root{--bg:#09090b;--paper:#18181b;--ink:#fff;--ink-soft:#d4d4d8;--muted:#a1a1aa;--line:#27272a;--line-soft:#3f3f46;--brand:#facc15;--brand-dark:#eab308;--brand-light:rgba(250,204,21,.15);--brand-text:#18181b;--brand-strong:var(--brand);--r-lg:0.8rem;--r-md:0.4rem;--r-sm:0.2rem;--r-pill:9.9rem;--shadow:0 1rem 3rem -1rem rgba(250,204,21,.1)}:root[data-theme=light]{--bg:#f4f4f5;--paper:#fff;--ink:#18181b;--ink-soft:#3f3f46;--muted:#71717a;--line:#e4e4e7;--line-soft:#d4d4d8;--brand-light:rgba(250,204,21,.2);--brand-strong:#a16207;--shadow:0 1rem 3rem -1rem rgba(0,0,0,.12)}@media (prefers-color-scheme:light){:root[data-theme=system]{--bg:#f4f4f5;--paper:#fff;--ink:#18181b;--ink-soft:#3f3f46;--muted:#71717a;--line:#e4e4e7;--line-soft:#d4d4d8;--brand-light:rgba(250,204,21,.2);--brand-strong:#a16207;--shadow:0 1rem 3rem -1rem rgba(0,0,0,.12)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Pretendard Variable,Pretendard,-apple-system,sans-serif;font-size:1.6rem;line-height:1.6;color:var(--ink);background:var(--bg);word-break:keep-all;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}#main{flex:1 0 auto}a{text-decoration:none}a,button{color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}li,ul{list-style:none}::selection{background:var(--brand);color:var(--brand-text)}