/*
Theme Name: TeslaHubs
Theme URI: https://teslahubs.com
Author: TeslaHubs
Author URI: https://teslahubs.com
Description: Premium Tesla accessories e-commerce theme with WooCommerce support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: teslahubs
Tags: e-commerce, woocommerce, custom-menu, custom-logo, responsive-layout
*/

/* Base reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; color: #111; background: #fff; font-size: 15px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
