@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--color-amber: #F59E0B}html{scroll-behavior:smooth}body{margin:0;background:#fafaf8;color:#292524;font-family:Inter,system-ui,-apple-system,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Inter,system-ui,-apple-system,sans-serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:fadeInUp .5s ease-out both}.script-card-gradient{background:linear-gradient(135deg,#fffbf5,#fff)}
