/* Add custom CSS styles below */ 
@keyframes salla-pulse {
  from { transform: scale3d(1, 1, 1); }
  50%  { transform: scale3d(1.05, 1.05, 1.05); }
  to   { transform: scale3d(1, 1, 1); }
}

.aali-animation.animate__pulse {
  animation-name: salla-pulse !important;
}


body {
    font-family: 'El Messiri' !important;
}