@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";
@tailwind base;@tailwind components;@tailwind utilities;:root{--sidebar-width:220px;--thread-list-width:300px}*{box-sizing:border-box}body{color:#fff;-webkit-font-smoothing:antialiased;background:#1a1a1a;font-family:Inter,system-ui,sans-serif}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#555}.custom-scroll::-webkit-scrollbar{width:4px}.custom-scroll::-webkit-scrollbar-track{background:0 0}.custom-scroll::-webkit-scrollbar-thumb{background:#333;border-radius:2px}.email-body{color:#d0d0d0;word-break:break-word;font-size:14px;line-height:1.6}.email-body a{color:#f97316;text-decoration:underline}:focus-visible{outline-offset:2px;outline:2px solid #f97316}
