CSS not being applied using wp_enqueue_style

I’ll guess it’s because plugins_loaded is too early to enqueue styles. The wp_enqueue_scripts action is the appropriate action for enqueueing scripts and styles.