@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css";
@import "https://fonts.googleapis.com/css2?family=Song+Myung&family=Noto+Serif+KR:wght@400;600;700&display=swap";
:root{--ink:#14151f;--ink-soft:#1c1e2c;--paper:#f4ede0;--paper-dim:#e9dfc9;--seal:#a63c2e;--seal-soft:#c65947;--brass:#c9a15c;--text-light:#f1ece0;--text-dark:#211c15;--muted:#9a9788;--radius:2px;--fs-display:clamp(32px, 6vw, 52px);--fs-heading-lg:28px;--fs-heading-md:22px;--fs-heading-sm:17px;--fs-subheading:15px;--fs-body:16px;--fs-label:13px;--fs-caption:12px}*{box-sizing:border-box}html,body{background:var(--ink);color:var(--text-light);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.font-display{font-family:Song Myung,Noto Serif KR,serif}.font-hanja{font-family:Noto Serif KR,serif}a{color:inherit}button{cursor:pointer;font-family:inherit}::selection{background:var(--seal);color:var(--text-light)}@keyframes stamp-in{0%{opacity:0;filter:blur(2px);transform:scale(1.6)rotate(-6deg)}60%{opacity:1;filter:blur();transform:scale(.94)rotate(-2deg)}to{opacity:1;transform:scale(1)rotate(-2deg)}}.stamp{animation:.5s cubic-bezier(.2,.8,.3,1) both stamp-in}@media (prefers-reduced-motion:reduce){.stamp{animation:none}}.container{max-width:720px;margin:0 auto;padding:0 24px}@media (max-width:480px){.container.long-text{padding-right:64px}}.focus-ring:focus-visible{outline:2px solid var(--brass);outline-offset:3px}
