/*
Theme Name: Kemilo
Theme URI: https://kemilo.com
Description: Kemilo — disposable vape catalogue & manual-order site. Child theme of Hello Elementor. Adds a "Vape" product catalogue, an "Orders" manager, a 21+ age gate, and Phosphor Icons. No WooCommerce.
Author: Kemilo
Author URI: https://kemilo.com
Template: hello-elementor
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: kemilo
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * Brand palette is defined as CSS variables here and reused everywhere.
 * The detailed component styles live in assets/css/main.css (enqueued in inc/enqueue.php).
 * Edit these four values to re-skin the whole site.
 */
:root {
    --kemilo-forest: #1B5E3A;   /* Primary — forest green */
    --kemilo-forest-dark: #0F3D26;
    --kemilo-lemon: #B6E64F;    /* Accent — lemon/lime green */
    --kemilo-lemon-bright: #A4E000;
    --kemilo-white: #FFFFFF;
    --kemilo-ink: #1A1A1A;      /* Body text */
    --kemilo-muted: #5d6b62;
    --kemilo-line: #e6ebe7;
}
