/**
 * Cohete CW — Dark Mode Base Transitions
 *
 * Applied globally when dark mode is enabled.
 * The actual color overrides are injected inline via class-cw-darkmode.php.
 */

body {
    transition: background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1),
                color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
