@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;color:#0f0f0f;background:#fafafa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#fafafa;color:#0f0f0f}button,a{-webkit-tap-highlight-color:transparent}@keyframes fadeInUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeInUp{animation:fadeInUp .7s ease both}.animate-fadeIn{animation:fadeIn .7s ease both}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.animate-delay-400{animation-delay:.4s}.animate-delay-500{animation-delay:.5s}.card-hover{transition:box-shadow .25s ease,transform .25s ease}.card-hover:hover{box-shadow:0 20px 60px #0000001a;transform:translateY(-4px)}*{scrollbar-width:thin;scrollbar-color:#2563EB #f1f1f1}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#2563eb;border-radius:10px}h1,h2,h3,h4{font-family:Inter,sans-serif}
