/*
Theme Name: ADDLAR
Theme URI: https://www.rchemie.com
Author: Rchemie International
Author URI: https://www.rchemie.com
Description: Bespoke Elementor-powered theme for ADDLAR by Rchemie International — advanced lubricant additive technology. Each homepage section is a custom Elementor widget; header and footer are Customizer-driven.
Version: 1.25.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: addlar
Tags: elementor, one-page, business, custom-logo, custom-menu
*/

/*
 * Layout and section styling live in assets/css/tokens.css and
 * assets/css/widgets.css (ported from the approved static mockup).
 * This file carries only the brand type enforcement below.
 */

/* ---------------------------------------------------------------------------
 * Elementor's active kit applies typography as `.elementor-kit-{id} h1` etc.
 * (specificity 0,1,1), which ties or beats our scoped rules and silently
 * swaps the brand font. Enforce it here. See skill gotcha #5.
 * ------------------------------------------------------------------------ */
html,
body,
.adl,
.adl p, .adl a, .adl li, .adl span, .adl div,
.adl button, .adl input, .adl select, .adl textarea {
	font-family: var(--adl-font-body, 'Montserrat', sans-serif) !important;
}

h1, h2, h3, h4, h5, h6,
.adl h1, .adl h2, .adl h3, .adl h4, .adl h5, .adl h6,
.adl .title, .adl .heading, .adl .jh-title {
	font-family: var(--adl-font-heading, 'Montserrat', sans-serif) !important;
	font-weight: 700;
	letter-spacing: -.02em;
}

/* Elementor containers add their own padding; our widgets are full-bleed and
 * manage their own rhythm via .section / .wrap. */
.elementor-widget-container > .adl {
	margin: 0;
}

/* Button styling enforcement — matches Product Showcase industrial precision */
.adl .btn,
.adl .elementor-button,
.adl .wp-block-button__link {
	border-radius: 4px !important;
}

