@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Inter,sans-serif;transition:background-color .3s,color .3s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#07cb3e73;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#07cb3eb3}@media (prefers-color-scheme:dark){::-webkit-scrollbar-thumb{background:#07cb3e80}::-webkit-scrollbar-thumb:hover{background:#07cb3ebf}}
