/*
 Theme Name:   Dale's Food Products
 Theme URI:    https://dalesfoodproducts.ca
 Description:  Hello Elementor child theme for Dale's Food Products — premium Filipino-Canadian catering and food brand based in Vancouver, BC.
 Author:       Dale's Food Products
 Author URI:   https://dalesfoodproducts.ca
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  dales-child
*/

/* ==========================================================================
   Utility Variables
   Additional design tokens not covered by Elementor Global Colours.
   These complement --e-global-color-* without overriding them.
   ========================================================================== */
:root {
    /* Slightly darker cream — used for alternating section backgrounds */
    --dales-cream-dark:    #efe7da;

    /* Muted body text — for secondary copy, captions, helper text */
    --dales-text-muted:    #5f544a;

    /* Subtle border — dividers, card edges, input outlines */
    --dales-border:        #d9cfbe;

    /* Dark overlay — applied over hero images and video backgrounds */
    --dales-dark-overlay:  rgba(24, 18, 14, 0.62);
}
