@tailwind base;@tailwind components;@tailwind utilities;@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-from-bottom{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-in-from-top{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-in{animation-duration:1s;animation-fill-mode:both}.fade-in{animation-name:fade-in}.slide-in-from-bottom-4{animation-name:slide-in-from-bottom;--tw-enter-translate-y: 1rem}.slide-in-from-bottom-6{animation-name:slide-in-from-bottom;--tw-enter-translate-y: 1.5rem}.slide-in-from-bottom-8{animation-name:slide-in-from-bottom;--tw-enter-translate-y: 2rem}.slide-in-from-bottom-10{animation-name:slide-in-from-bottom;--tw-enter-translate-y: 2.5rem}.slide-in-from-top-4{animation-name:slide-in-from-top}.duration-1000{animation-duration:1s}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.tracking-tighter{letter-spacing:-.05em}.tracking-tight{letter-spacing:-.025em}body{font-family:Inter,sans-serif;background-color:#020617}html{scroll-behavior:smooth}
