// Animations
//

:root {
    --transition-duration: #{$transition-duration};
    --transition-easing: #{$transition-easing};
}
