@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:#0f0f0f;color:#f5f0e8;margin:0;padding:0}::selection{background:#4caf6e;color:#0f0f0f}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#161616}::-webkit-scrollbar-thumb{background:#4caf6e;border-radius:8px}h1,h2,h3,h4{font-family:Inter,sans-serif}.fade-in{animation:fadeInUp .7s ease both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%,to{box-shadow:0 0 30px #4caf6e4d,0 0 70px #86efac26}50%{box-shadow:0 0 55px #4caf6e80,0 0 100px #86efac47}}
