@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;body{font-family:DM Sans,system-ui,-apple-system,sans-serif;background:#f8fafc;color:#0f172a;transition:background .3s,color .3s}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}::-webkit-scrollbar-track{background:#f8fafc}select,input,textarea{transition:background .3s,color .3s,border-color .3s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
