/*
Theme Name: Webshop
Description: A skeleton WordPress theme for e-commerce development. This theme serves as a foundation for developers to build custom webshop themes.
Version: 1.0.0
Author: Your Name
Text Domain: webshop
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, woocommerce, custom, skeleton, developer-friendly
*/

/* 
 * Main stylesheet - This file contains only the theme header.
 * All actual styles are located in assets/css/style.css
 * 
 * This structure allows for better organization and maintainability.
 */

@import url('assets/css/style.css');