@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css";
:root{--brand-blue:#3182f6;--brand-blue-hover:#1b64da;--background:#fff;--foreground:#191f28;--text-primary:#191f28;--text-secondary:#4e5968;--text-tertiary:#8b95a1;--gray-100:#f2f4f6;--gray-200:#e5e8eb;--white:#fff;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body{width:100%;height:100%;color:var(--text-primary);background-color:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;overflow-x:hidden}body{line-height:1.5}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--brand-blue);outline-offset:2px}.container{width:100%;max-width:600px;margin:0 auto;padding:0 20px}.flex-center{justify-content:center;align-items:center;display:flex}.fade-in{animation:.5s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
