/*
Theme Name: SHMATS
Theme URI:
Author: SHMATS
Author URI:
Description: A custom, production-ready WordPress theme for SHMATS with full WooCommerce, Gutenberg, and RTL/Hebrew support. Built without page builders or external frameworks.
Version: 1.0.4
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shmats
Tags: custom-theme, e-commerce, block-styles, rtl-language-support
*/

/* Minimal base reset. Visual design is implemented separately. */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}
