Stylesheets and scripts not loading

You will need to add . '/style.css' to you first enqueue to actually load that file. Also, depending on your server’s settings you may encounter problems with loading edited versions of your style sheets if you don’t include a version number as the fourth parameter to wp_enqueue_style.

Finally, you may want to check your code whether you are registering the same handles with different parameters elsewhere (for instance in a parent theme). If they are registered first with a dependency (third parameter) and that file isn’t loaded, then these will not enqueue either.