/*
	Theme Name: Nanotech Child
	Theme URI: http://nanotech.clapat-themes.com/
	Description: Responsive Wordpress Theme
	Template: nanotech
	Version: 1.0
	Author: You
	Author URI: http://your site
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: agency, ajax, business, clapat, clean, creative, gallery, minimal, modern, photography, portfolio, premium, responsive, showcase
	Text Domain: nanotech-child
*/


/*------------------------------------------------------------------

Add here your own styles
-------------------------------------------------------------------*/

	add_action('wp_enqueue_scripts', function () {
  if ( is_woocommerce() || is_cart() || is_checkout() || is_account_page() ) {
    wp_enqueue_style(
      'reboot-woo',
      get_template_directory_uri() . '/css/woocommerce.css',
      [],
      null
    );
  }
});