/*
Theme Name: KeralaGold Attire
Theme URI: https://example.com/keralagold-attire
Author: KeralaGold Attire Team
Author URI: https://example.com
Description: A premium, gold-accented WooCommerce theme built for Kerala-style traditional and contemporary clothing stores — sarees, set mundu, kasavu, lehengas, kurtas and ethnic wear. Features a homepage hero slider, horizontal-scroll category rail, featured product grid, COD + QR/UPI checkout, and a full WordPress Customizer control panel. Mobile-first, translation-ready (English + Malayalam), and built on semantic, accessible markup.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
WC requires at least: 8.0
WC tested up to: 9.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: keralagold-attire
Domain Path: /languages
Tags: e-commerce, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, threaded-comments, translation-ready, one-column, two-columns

KeralaGold Attire is a custom WordPress/WooCommerce theme.
All theme logic lives in functions.php and /inc/*.
This file only needs the header comment above (required by WordPress)
plus a minimal reset — the real styling lives in assets/css/main.css,
which is enqueued in inc/enqueue.php so it can be cached & minified
independently of this file.
*/

/* Minimal safety reset in case main.css fails to enqueue */
* { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
img { max-width: 100%; height: auto; }
