:root {
    --k-ease: cubic-bezier(.16, 1, .3, 1);
    --k-ease-in: cubic-bezier(.4, 0, 1, 1);
    --k-ease-out: cubic-bezier(0, 0, .2, 1);
    --k-fast: 120ms;
    --k-dur: 200ms;
    --k-slow: 350ms;
}

@media(prefers-reduced-motion:reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important
    }
}
