Trying to get styles to register than enque

You need to use the correct hook.

Currently, WordPress has a hook for enqueueing scripts: wp_enqueue_scripts, but does not have an analogous hook for enqueueing stylesheets, such as wp_enqueue_styles.

So, for the time-being, hook your stylesheet-enqueueing callback into wp_enqueue_scripts.