/* 
Theme Name:		 Oxygen Child Them
Theme URI:		 http://childtheme-generator.com/
Description:	 Oxygen Child Them is a child theme of Oxygen, created by ChildTheme-Generator.com
Author:			 Peter Diveki
Author URI:		 http://childtheme-generator.com/
Template:		 oxygen
Version:		 1.0.0
Text Domain:	 oxygen-child-them
*/


/*
    Add your custom styles here
*/

add_action( 'wp_enqueue_scripts', 'ndaudio_force_wc_gallery', 5 );
function ndaudio_force_wc_gallery() {
    if ( is_product() ) {
        wp_enqueue_script( 'flexslider' );
        wp_enqueue_script( 'zoom' );
        wp_enqueue_script( 'photoswipe' );
        wp_enqueue_script( 'photoswipe-ui-default' );
        wp_enqueue_script( 'wc-single-product' );

        wp_enqueue_style( 'photoswipe' );
        wp_enqueue_style( 'photoswipe-default-skin' );
    }
}

function add_custom_fonts() {
  wp_enqueue_style( 'custom-google-fonts', 'https://fonts.googleapis.com/css2?family=Raleway:wght@300;500&display=swap', false );
}
add_action( 'wp_enqueue_scripts', 'add_custom_fonts' );