/*
Theme Name:   Fernwood Child
Template:     hello-elementor
Version:      1.0.0
Author:       LTJ Management LLC
Author URI:   https://ltjmanagement.com
Description:  Hello Elementor child theme for Fernwood Cemetery. Custom CSS overrides and brand styles.
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  fernwood-child
*/


/* ============================================================
   SECTION: Brand CSS Custom Properties
   PAGE(S): Global
   REASON:  Central token definitions for all brand colors and
            fonts — referenced throughout custom CSS and available
            to Elementor custom CSS fields.
   ============================================================ */

:root {
  --color-terracotta:    #A75840;
  --color-sage:          #667B6F;
  --color-nav-brown:     #725436;
  --color-twilight:      #213349;
  --color-body:          #213349;
  --color-bg:            #ffffff;
  --color-bg-light:      #eff1f6;

  
  /* Page-level primary color — override on body per page via page-id class.
     Controls: form background, hero text, hero CTA background, and any
     other section that should reflect the page's primary brand color.
     Example: body.page-id-123 { --page-primary-color: var(--color-sage); } */
  --page-primary-color:  #213349;
}

body.page-about-us { --page-primary-color: #5f6040; }
