@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap";:root{--moss: #3A5C3A;--bark: #3D2E1E;--linen: #F2EDE4;--linen-deep: #E0D8CC;--cream: #FAF7F2;--clay: #B5693A;--mid: #6B5E4E;--fern: #C8DBC8;--sage: #7A9E7A;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Jost", system-ui, sans-serif;--background: var(--cream);--foreground: var(--bark)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{font-family:var(--font-body);background:var(--cream);color:var(--bark);font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;line-height:1.2}a{color:inherit;text-decoration:none}button,textarea,input{font-family:var(--font-body)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--linen-deep);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--sage)}.bg-background{background:var(--cream)}.text-foreground{color:var(--bark)}.font-sans{font-family:var(--font-body)}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.relative{position:relative}.h-screen{height:100vh}.w-full{width:100%}.mobile-only{display:none}.desktop-only{display:block}@media(max-width:768px){.chat-outer{padding-top:56px;box-sizing:border-box}}::-moz-selection{background:var(--fern);color:var(--bark)}::selection{background:var(--fern);color:var(--bark)}
