@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;html,body{margin:0;padding:0;height:100%;width:100%;overflow:hidden;font-family:Roboto,sans-serif;background-color:#111827}#root{height:100%;width:100%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0003}::-webkit-scrollbar-thumb{background:#64748b80;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#64748bcc}.text-shadow{text-shadow:0 1px 2px rgba(0,0,0,.5)}
