@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;body{@apply bg-[#F9FAFB] text-gray-900 font-sans;font-family:Inter,sans-serif}.studio-card{@apply bg-white border border-gray-200 rounded-xl shadow-sm hover:shadow-md transition-all duration-200;}.studio-input{@apply w-full bg-white border border-gray-300 text-gray-900 text-lg rounded-lg focus:ring-2 focus:ring-orange-500 focus:border-orange-500 outline-none px-4 py-3 transition-all;}.studio-btn{@apply bg-[#FF6B6B] hover:bg-[#FF5252] text-white font-bold py-3 px-6 rounded-lg shadow-sm transform active:scale-95 transition-all;}
