/*
Theme Name: Fecane Foundation
Theme URI: https://fecanechildfoundation.org
Author: Converted from Lovable source for Fecane Child Foundation
Author URI: https://fecanechildfoundation.org
Description: Elementor-ready WordPress theme for the Fecane Child Foundation. A faithful, pixel-matched conversion of the original Lovable (React/TanStack) site. Ships the exact oklch design system, Lucide icons, and a mega-menu header + footer that work out of the box and can be overridden with Elementor Pro Theme Builder. All page content is built and edited with Elementor using the companion "Fecane Elementor Kit" plugin.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fecane
Tags: nonprofit, charity, elementor, full-site-editing-ready, custom-colors, custom-logo, custom-menu, featured-images, responsive
*/

/* The functional styles live in /inc/tokens.css, /inc/fecane-ui.css and
   /inc/lucide.css, enqueued from functions.php. This file only carries the
   theme header (required by WordPress) plus a couple of safe globals. */

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); }

/* Make Elementor's content area edge-to-edge so the full-bleed colored
   section bands in the Fecane widgets render exactly like the source. */
.fcf-content .elementor-section.elementor-section-boxed > .elementor-container { max-width: 100%; }
