@tailwind base; @tailwind components; @tailwind utilities; @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css'); html, body { font-family: 'Pretendard', 'Noto Sans KR', system-ui, sans-serif; } body { background: #f3f4f6; color: #111827; } .scrollbar-thin::-webkit-scrollbar { width: 6px; height: 6px; } .scrollbar-thin::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 3px; }