@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Outfit,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}::selection{background-color:#6366f1;color:#fff}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,#f8fafc,#f1f5f9)}img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;pointer-events:auto}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-up{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fade-in .3s ease-out forwards}.animate-scale-up{animation:scale-up .4s cubic-bezier(.16,1,.3,1) forwards}
