@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{direction:rtl;margin:0;font-family:Vazirmatn,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#0b2444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#123566}
