/* ####################################
   Animations

   - Critical Rendering Path: Optional
   - Consider loading animations above the fold on the critical rendering path and loading others separately
   ################################## */

/*
    animate.css
    - https://animate.style/
    - Import the animations you want from ../Vendor/animate-css or import ../Vendor/animate-css/animate.css for all of them
*/

@import url('../Vendors/animate-css/_base.css');

@import url('../Vendors/animate-css/attention_seekers/bounce.css');
@import url('../Vendors/animate-css/bouncing_entrances/bounceInUp.css');

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

/*
    Extra Animations
*/

.animated.animation-extra {
}
