/* 
Theme Name: Krishir Hat
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Krishir Hat is a WooCommerce child theme for the Krishir Hat online marketplace.
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
    --krishirhat-primary: #165E2E;
    --krishirhat-primary-dark: #10451F;
    --krishirhat-primary-light: #E8F2EB;
    --krishirhat-primary-soft: rgba(22, 94, 46, 0.10);
    --krishirhat-accent: #D85E5C;
    --krishirhat-accent-dark: #B94745;
    --krishirhat-accent-light: #FBECEB;
    --krishirhat-accent-soft: rgba(216, 94, 92, 0.10);

    /* Backward-compatible aliases used by existing theme components. */
    --krishir-hat-primary: var(--krishirhat-primary);
    --krishir-hat-primary-dark: var(--krishirhat-primary-dark);
    --krishir-hat-primary-light: var(--krishirhat-primary-soft);
    --krishir-hat-secondary: var(--krishirhat-accent);
    --krishir-hat-secondary-dark: var(--krishirhat-accent-dark);
    --krishir-hat-secondary-light: var(--krishirhat-accent-soft);
}
