@tailwind base;@tailwind components;@tailwind utilities;:root{--color-brand-green:#2d6a2d;--color-brand-green-light:#4a9e4a;--color-brand-black:#0a0a0a;--color-text-primary:#0a0a0a;--color-text-secondary:#4a4a4a;--color-text-muted:#9a9a9a;--color-bg-white:#ffffff;--color-bg-soft:#f7f7f5;--color-border:#e4e4e0;--font-sans:"Pretendard Variable",Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,"Helvetica Neue","Segoe UI","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",sans-serif}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--color-text-primary);background-color:var(--color-bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:focus-visible{outline:2px solid var(--color-brand-green);outline-offset:3px;border-radius:2px}img,video{max-width:100%;height:auto;display:block}