/**
Theme Name: Astra for Luxeora
Author: Luxéora Dev
Author URI: https://luxeora.com
Description: Astra child theme for Luxéora — Luxury e-commerce with custom WooCommerce templates, premium product pages, and branded account experience.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-for-trailers
Template: astra
*/

/* ============================================================
   HOME — "The Signature Box" sections overlap fix
   Live DB lost the Elementor margin_mobile:12rem value.
   We restore it via theme CSS to survive any migration.
   ============================================================ */
@media (max-width: 767px) {
	.elementor-15 .elementor-element.elementor-element-b479697 {
		--margin-top: 12rem;
		margin-top: 12rem !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.elementor-15 .elementor-element.elementor-element-b479697 {
		margin-top: 3rem !important;
	}
}

/* ============================================================
   GLOBAL — Primor-style typography weights & colors
   Body text light (300), headings extra-bold (800), dark text
   Excludes dark-background sections (footer, newsletter, hero)
   ============================================================ */
body {
	font-family: 'Mulish', sans-serif;
	color: #1A1A1A;
}

body p {
	font-weight: 300;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
}

/* Hero labels use gold accent, not body color */
.lxr-hero__label {
	color: #C9A96E !important;
}