@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body,h1,h2,h3,h4{font-family:Inter,ui-sans-serif,sans-serif}.animate-fade-in{animation:fade .6s ease both}@keyframes fade{0%{opacity:0}to{opacity:1}}.gradient-green-blue{background:linear-gradient(135deg,#2d6a2d,#1a4fa0)}.before-after-slider{position:relative;overflow:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:#3a8a3a;border-radius:10px}
