@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;color:#fff;background:#0a0a0a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#0a0a0a;color:#fff;font-family:Inter,sans-serif}h1,h2,h3,h4{font-family:Bebas Neue,sans-serif;letter-spacing:.04em}::selection{background:#e8500a;color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#e8500a;border-radius:8px}.ember-glow{box-shadow:0 0 24px #e8500a59}@keyframes ember-pulse{0%,to{opacity:.6}50%{opacity:1}}.ember-pulse{animation:ember-pulse 2s ease-in-out infinite}
