@mixin animation-delay ($delay: $transition-very-slow) {
  animation-delay: $delay;
}
