/*
Theme Name:  Greenlight Child
Theme URI:   https://greenlightbuilder.pro/
Description: Child theme for the Greenlight FSE block theme. Customize styles and templates without modifying the parent theme.
Author:      Vishal Gohel
Author URI:
Template:    greenlight
Version:     1.0.0
Requires at least: 6.7
Tested up to: 6.8
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: greenlight-child
Tags:        full-site-editing, block-patterns, e-commerce
*/

/* ==========================================================================
   Greenlight Child Theme — Custom Styles
   Add your custom CSS below. These styles will load after the parent theme.
   ========================================================================== */


/* --------------------------------------------------------------------------
   1. Global / Typography
   -------------------------------------------------------------------------- */

/* Example: Override body font size */
/* body { font-size: 17px; } */


/* --------------------------------------------------------------------------
   2. Colors
   -------------------------------------------------------------------------- */

/* Example: Change the brand/accent color */
/* :root {
    --wp--preset--color--brand: #ff6600;
} */


/* --------------------------------------------------------------------------
   3. Header
   -------------------------------------------------------------------------- */

/* .site-header { background-color: #fff; } */


/* --------------------------------------------------------------------------
   4. Footer
   -------------------------------------------------------------------------- */

/* .site-footer { background-color: #111; color: #fff; } */


/* --------------------------------------------------------------------------
   5. Buttons
   -------------------------------------------------------------------------- */

/* .wp-block-button__link { border-radius: 4px; } */


/* --------------------------------------------------------------------------
   6. WooCommerce (if active)
   -------------------------------------------------------------------------- */

/* .woocommerce .button { background-color: var(--wp--preset--color--brand); } */


/* --------------------------------------------------------------------------
   7. Responsive Overrides
   -------------------------------------------------------------------------- */

/* @media (max-width: 768px) {
    .site-content { padding: 20px; }
} */
