/*
Theme Name: ToyLand - Kids Toy Store
Theme URI: https://example.com/toyland
Author: Custom Theme
Author URI: https://example.com
Description: A colorful, playful, and fully customizable WordPress + WooCommerce theme built for kids toy stores. Edit everything from Appearance > Customize.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
WooCommerce: true
Text Domain: toyland
Tags: e-commerce, woocommerce, kids, colorful, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options
*/

/* Base reset — full styles live in assets/css/main.css */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Poppins', sans-serif; background: #ffffff; color: #333; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
