/*
Theme Name: Hello Elementor Warm
Theme URI: https://example.com/hello-elementor-warm
Description: A light, warm and clean Hello Elementor child theme with a full Customizer system, global header/footer, and homepage + inner page templates. Rebrand the folder name, text domain and default palette per project.
Author: Digi Ads
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: he-warm
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, warm, clean, elementor, customizer
*/

/* -------------------------------------------------------------
   Design tokens (defaults).
   Every value below is overridden at runtime by the Customizer
   output in inc/customizer-css.php. Keep these as a sane fallback.
-------------------------------------------------------------- */
:root {
    --hw-color-primary:      #F2790D;
    --hw-color-primary-dark: #C95A00;
    --hw-color-secondary:    #F5B544;
    --hw-color-text:         #1F1B16;
    --hw-color-muted:        #6B6258;
    --hw-color-bg:           #FFFBF6;
    --hw-color-surface:      #FFFFFF;
    --hw-color-border:       #EFE7DC;

    --hw-font-display: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
    --hw-font-body:    "Inter", system-ui, -apple-system, sans-serif;
    --hw-font-base:    17px;
    --hw-scale:        1.25;

    --hw-container:    1180px;
    --hw-radius:       14px;
    --hw-radius-sm:    9px;
    --hw-gap:          clamp(1.25rem, 3vw, 2.5rem);
    --hw-glow:         0 14px 40px -18px rgba(242, 121, 13, 0.45);
    --hw-shadow:       0 12px 36px -22px rgba(31, 27, 22, 0.35);
}

/* Real styling lives in assets/css/theme.css (enqueued separately
   so it can be cached independently of this header file). */
