/*
Theme Name: Stelabela
Theme URI: http://localhost/stelabela
Author: Stelabela
Author URI: http://localhost/stelabela
Description: A lightweight Elementor-first WooCommerce theme for the Stelabela store, modeled on the Sumilux design. Header, footer, and all page content are built and edited with Elementor / Elementor Pro Theme Builder.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stelabela
Tags: elementor, woocommerce, e-commerce, full-site-editing
*/

/* Minimal reset — Elementor and Elementor Pro control the real styling. */
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #535353;
	background-color: #ffffff;
	line-height: 1.6;
}
* { box-sizing: border-box; }
a { color: #181818; text-decoration: none; }
a:hover { color: #e94328; }
h1, h2, h3, h4, h5, h6 { color: #222222; font-family: "Cardo", Georgia, serif; margin-top: 0; }
img { max-width: 100%; height: auto; }

/* Screen-reader helper */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* Skip link */
.skip-link { position: absolute; left: -9999px; z-index: 999; }
.skip-link:focus { left: 6px; top: 7px; background: #fff; padding: 8px 16px; }
