@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#f7f6f2;--surface:#fff;--surface2:#f0eee8;--border:#e2dfd6;--border2:#cbc8be;--txt:#1a1916;--txt2:#6b6860;--txt3:#9e9c97}*{box-sizing:border-box}body{background:var(--bg);color:var(--txt);font-family:DM Sans,sans-serif;font-size:14px;line-height:1.5}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:4px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.cursor-blink{vertical-align:middle;background:#185fa5;width:2px;height:12px;margin-left:2px;animation:.8s step-end infinite blink;display:inline-block}@keyframes progress-indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}
