/*
Theme Name: Green Haven
Theme URI: https://greenhaven.ae
Author: Green Haven Dubai
Author URI: https://greenhaven.ae
Description: Premium plant eCommerce theme for Dubai. Lightweight, WooCommerce + Elementor compatible, Core Web Vitals optimised. Requires the Green Haven Core companion plugin for custom widgets and content types.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: greenhaven
Tags: e-commerce, custom-colors, custom-menu, custom-logo, featured-images, translation-ready, rtl-language-support
WC requires at least: 8.0
WC tested up to: 9.5
*/

/* -------------------------------------------------------------
   Design tokens. Everything derives from these variables.
   Palette + type follow the brand architecture document.
------------------------------------------------------------- */
:root{
  --gh-green:#1E4D3D;
  --gh-green-700:#16382C;
  --gh-beige:#F5F1E8;
  --gh-white:#FFFFFF;
  --gh-ink:#2A2A2A;
  --gh-gold:#C7A96B;
  --gh-muted:#6B6B6B;
  --gh-line:#E3DECF;

  --font-head:'Poppins',system-ui,-apple-system,sans-serif;
  --font-body:'Inter',system-ui,-apple-system,sans-serif;

  --fs-display:clamp(2.4rem,5vw,4rem);
  --fs-h2:clamp(1.8rem,3.2vw,2.6rem);
  --fs-h3:clamp(1.3rem,2vw,1.6rem);
  --fs-body:clamp(1rem,1.1vw,1.125rem);
  --fs-small:.875rem;

  --lh-body:1.65;
  --lh-head:1.15;

  --space:clamp(3rem,6vw,6rem);
  --gap:clamp(1rem,2vw,1.75rem);
  --container:1240px;

  --radius:14px;
  --radius-sm:8px;
  --shadow:0 12px 40px rgba(30,77,61,.10);
  --shadow-sm:0 4px 16px rgba(30,77,61,.08);
  --transition:.28s cubic-bezier(.2,.7,.3,1);
}

/* The main stylesheet is loaded from assets/css/main.css. */
