/*
Theme Name: ecohomespark
Theme URI: https://ecohomespark.com/
Author: EcoHomeSpark
Author URI: https://ecohomespark.com/
Description: A modern, lightweight, SEO-first WordPress theme for sustainable living, eco-friendly homes, renewable energy and green technology. Built mobile-first with accessibility (WCAG), Core Web Vitals and premium minimal design in mind. No jQuery, no Google Fonts CDN, minimal CSS/JS.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecohomespark
Tags: blog, two-columns, right-sidebar, custom-menu, custom-logo, featured-images, sticky-post, threaded-comments, translation-ready, block-styles, editor-style, full-width-template, accessibility-ready
WPVibe: yes

EcoHomeSpark is distributed under the terms of the GNU GPL v2 or later.
The full design system lives in assets/css/main.css (enqueued by functions.php).
This file holds the theme header WordPress requires plus a small critical base.
*/

/* Minimal critical base — full design system is in assets/css/main.css */
:root{
  --ehs-primary:#2E7D32;--ehs-secondary:#81C784;--ehs-accent:#A5D6A7;
  --ehs-bg:#FFFFFF;--ehs-bg-soft:#F6F8F7;--ehs-text:#222222;--ehs-border:#e6ebe8;
}
*,*::before,*::after{box-sizing:border-box}
body{margin:0;font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ehs-text);background:var(--ehs-bg);line-height:1.7}
img{max-width:100%;height:auto;display:block}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}
