@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{width:100%;height:100%;overflow:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;font-family:Inter,Roboto,sans-serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#c1c9d2;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a0aab4}.chat-messages{scroll-behavior:smooth;overflow-y:auto}*{transition-property:background-color,border-color,color,opacity;transition-duration:.15s;transition-timing-function:ease}html *{transition-property:background-color,border-color,color,opacity}
