@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap";@tailwind base;@tailwind components;@tailwind screens;*{box-sizing:border-box}* ::-webkit-scrollbar{background-color:#1d1d1d;height:8px}* ::-webkit-scrollbar-track{background-color:#1d1d1d}* ::-webkit-scrollbar-corner{background-color:#1d1d1d}* ::-webkit-scrollbar-thumb{background-color:#282828}* ::-webkit-scrollbar-thumb:hover{background-color:#404040}:root{font-size:16px}#root{width:100%;max-width:100%}html,body{width:100%;height:100vh;padding:0;margin:0;font-family:Inter,Arial,sans-serif;color:#fff}input{font-family:Inter,Arial,sans-serif}body{overflow-y:scroll;scrollbar-gutter:stable}a{text-decoration:none;color:inherit}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
