/*
Theme Name:   SmartBuyGuides
Theme URI:    https://smartbuyguides.store
Author:       SmartBuyGuides
Author URI:   https://smartbuyguides.store
Description:  Premium Amazon Affiliate Theme built for the SmartBuyGuides Core plugin. Ships review/guide/comparison/deal/brand/coupon/news templates, full WooCommerce support, Elementor Pro compatibility, dark mode, and a responsive, accessible layout out of the box.
Version:      1.3.0
Requires at least: 6.8
Tested up to: latest
Requires PHP: 8.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  smartbuyguides
Tags:         e-commerce, blog, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, wide-blocks, block-styles, editor-style, dark-mode

SmartBuyGuides WordPress Theme, Copyright 2026 SmartBuyGuides.
SmartBuyGuides is distributed under the terms of the GNU GPL v2 or later.

This stylesheet only carries the required theme header block plus a
minimal reset. All real styling lives in assets/css/ (enqueued in
inc/enqueue.php) so it can be split, cached, and maintained per-concern.
*/

html {
	box-sizing: border-box;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
body {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: inherit;
}
