@import url(https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap);:root{--background:0 0% 100%;--foreground:222.2 47.4% 11.2%;--primary:325 100% 45%;--primary-foreground:355 100% 97%;--accent:325 90% 96%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:214.3 31.8% 91.4%;--radius:0.8rem}body,h1,h2,h3,h4,h5,h6,p,a,span,div,button,input,textarea,select{font-family:"Vazirmatn",sans-serif}body{direction:rtl;text-align:right}.bg-background{background-color:hsl(var(--background))}.bg-foreground{background-color:hsl(var(--foreground))}.bg-primary{background-color:hsl(var(--primary))}.bg-accent{background-color:hsl(var(--accent))}.bg-destructive{background-color:hsl(var(--destructive))}.text-background{color:hsl(var(--background))}.text-foreground{color:hsl(var(--foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-accent{color:hsl(var(--accent))}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.border-primary{border-color:hsl(var(--primary))}.border-border{border-color:hsl(var(--border))}.fade-in{animation:fadeIn 0.5s ease-in}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.animate-scroll-alternate{animation:scrollAlternate 120s linear infinite}@keyframes scrollAlternate{0%{transform:translateX(0)}50%{transform:translateX(-50%)}100%{transform:translateX(0)}}.animate-scroll-alternate:hover{animation-play-state:paused}.rounded-radius{border-radius:var(--radius)}.container{max-width:1280px;margin:0 auto;padding:0 1rem}html{scroll-behavior:smooth}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}