@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:var(--c-bg, #0b1120);color:var(--c-text, #f1f5f9);transition:background .3s,color .3s}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:var(--c-border, #1e2d4a);border-radius:3px}::-webkit-scrollbar-track{background:var(--c-bg, #0b1120)}select,input,textarea{transition:background .3s,color .3s,border-color .3s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
