@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap";*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif}@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;color:#f5f5f5;background:#0a0a0a}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#0a0a0a}body{margin:0;min-width:320px;background:#0a0a0a;overflow-x:hidden}h1,h2,h3,h4{font-family:Inter,sans-serif;font-weight:900;letter-spacing:-.06em}button,a{transition:all .2s ease}::selection{background:#f97316;color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#f97316;border-radius:999px}.orange-pulse{animation:orangePulse 3s ease-in-out infinite}@keyframes orangePulse{0%,to{transform:scale(.92);opacity:.25}50%{transform:scale(1.08);opacity:.5}}
