@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;line-height:1.6;background-color:#fff;color:#111827}html.dark body{background-color:#0f172a;color:#e5e7eb}input:focus,button:focus,textarea:focus,select:focus{outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background-color:#f3f4f6}html.dark ::-webkit-scrollbar-track{background-color:#1e293b}::-webkit-scrollbar-thumb{background:#64748b;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::selection{background-color:#0ea5e9;color:#fff}*{transition:color .2s ease,background-color .2s ease}html,body{overscroll-behavior-y:contain;touch-action:pan-y}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}
