@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap");
html { font-size: 14px; }
@media (min-width: 1441px) { html { font-size: 16px; } }
html, body { margin:0; padding:0; height:100%; overflow:hidden; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background:#f8fafc; }
body { color:#0f172a; }
html.dark body { background:#020617; color:#f8fafc; }
#root { height:100%; min-height:100%; overflow:auto; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
#root * { box-sizing:border-box; }
.custom-scrollbar::-webkit-scrollbar { width: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #e2e8f0; border-radius: 10px; }
.dark .custom-scrollbar::-webkit-scrollbar-thumb { background: #334155; }
.hide-scrollbar::-webkit-scrollbar { display:none; }
.hide-scrollbar { -ms-overflow-style:none; scrollbar-width:none; }
