@import"https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Scheherazade+New:wght@400;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-dark: #0b0c2a}body{margin:0;padding:0;font-family:Roboto,Inter,sans-serif;background-color:var(--bg-dark);color:#fff;overflow-x:hidden;scroll-behavior:smooth}.font-arabic{font-family:Amiri,Scheherazade New,serif;direction:rtl}@layer utilities{.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}}.animate-in{animation:fadeIn .6s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-shake{animation:shake .5s cubic-bezier(.36,.07,.19,.97) both}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}img{background-color:#ffffff05}*{-webkit-tap-highlight-color:transparent}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#1e2256;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ea580c}
