@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;700&display=swap";
:root{--primary-blue:#3182f6;--bg-color:#f2f4f6;--card-bg:#fff;--text-main:#191f28;--text-sub:#4e5968;--text-grey:#8b95a1;--border-color:#e5e8eb;--shadow-subtle:0 2px 8px #0000000a;--shadow-medium:0 8px 16px #00000014;--radius-s:8px;--radius-m:12px;--radius-l:16px;--radius-xl:24px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-main);font-family:Inter,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}ul{list-style:none}input{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d1d6db;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#adb5bd}
