@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap";
body{scroll-behavior:smooth;font-family:Inter,sans-serif}.fade-in{animation:.5s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero-bg{background-image:linear-gradient(#0009,#0009),url(https://images.unsplash.com/photo-1600518464441-9154a4dea21b);background-position:50%;background-size:cover}
