@import url("../fonts/iranyekanx/Fonts.css");
body {
  font-family: IRANYekanX !important;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
.animate-bounce {
  animation: bounce 1.5s infinite;
}
