@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";
:root{--color-primary:#008069;--color-secondary:#00a884;--color-bg-default:#d1d7db;--color-bg-chat:#efeae2;--color-bg-header:#008069;--color-header-text:#fff;--color-message-out:#d9fdd3;--color-message-in:#fff;--color-text-primary:#111b21;--color-text-secondary:#667781;--color-text-timestamp:#667781;--color-input-bg:#f0f2f5;--color-fab:#00a884;--color-fab-icon:#fff;--font-main:"Roboto",sans-serif;--header-height:60px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--color-bg-default);color:var(--color-text-primary);width:100vw;height:100vh;overflow:hidden}a{color:inherit;text-decoration:none}.flex-column{flex-direction:column;display:flex}.flex-row{flex-direction:row;display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.bg-chat-pattern{background-color:var(--color-bg-chat);background-blend-mode:overlay;opacity:1;background-image:url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png)}::-webkit-scrollbar{width:6px!important;height:6px!important}::-webkit-scrollbar-thumb{background-color:#0003}
