@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

body{font-family:Inter,system-ui,sans-serif}
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:6px}
.chat-bg{background:#f8fafc}
@media(max-width:1024px){
  .main.chat-open .conversations{display:none}
  .main:not(.chat-open) .chat,.main:not(.chat-open) .info{display:none}
  .chat,.info{width:100%!important}
}
