export const UI_EASE_OUT = [0.23, 1, 0.32, 1] as const; export const UI_MOTION_DURATION = { micro: 0.1, fast: 0.15, standard: 0.2, } as const;