/**
 * Theme Name: Shopy Child
 * Theme URI: http://link-to-your-site.com
 * Description: A blank child theme of the Shopy parent theme.
 * Version: 1.0
 * Author: Your Name
 * Author URI: http://yourdomain.com
 * Tags: light
 * Template: shopy
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:  shopychild
 * 
 */
 
@import url("/wp-content/themes/shopy-child/css/layout.css");
@import url("/wp-content/themes/shopy-child/css/global.css");
@import url("/wp-content/themes/shopy-child/css/footer.css");
@import url("/wp-content/themes/shopy-child/css/header.css");
@import url("/wp-content/themes/shopy-child/css/forms.css");

/* Component css */
@import url("/wp-content/themes/shopy-child/css/components/product-categories.css");
@import url("/wp-content/themes/shopy-child/css/components/share-social.css");

/* page specific css */
@import url("/wp-content/themes/shopy-child/css/pages/index.css");
@import url("/wp-content/themes/shopy-child/css/thawing.css");

/* woocommerce css */
@import url("/wp-content/themes/shopy-child/css/woocommerce/index.css");

/* slick */
@import url("/wp-content/themes/shopy-child/css/vendor/slick/slick.css");

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;600;700&display=swap');