/*
Theme Name: Naganaray
Theme URI: https://devtrixa.com/cloth/
Author: Your Studio
Author URI: #
Description: Custom production WooCommerce theme recreating the Naganaray homepage design system. Built without page builders — pure PHP template parts, vanilla JS, hand-written CSS.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: naganaray
Tags: e-commerce, custom-colors, custom-menu, featured-images, translation-ready

This is a base stylesheet. All real styling lives in /assets/css/*.css
(enqueued via inc/enqueue.php) so we can split, cache-bust and minify
per file. This file only needs the header comment above to satisfy
WordPress, plus a couple of safety resets in case it loads standalone.
*/

/* Minimal safety reset (full reset lives in assets/css/base.css) */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
}
