/*
 Theme Name:   Hello Elementor Luxury Child
 Theme URI:    https://your-domain.com/
 Description:  A minimal, production-ready child theme for Hello Elementor. Designed for use with Elementor Pro Theme Builder.
 Author:       Your Agency Name
 Author URI:   https://your-domain.com/
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-luxury-child
 Tags:         elementor, minimal, luxury, clean
*/

/* ==========================================================================
   CHILD THEME STYLES
   ==========================================================================
   
   NOTE: All visual styling should be done in Elementor.
   Only add styles here that cannot be achieved in Elementor,
   or for global overrides that affect non-Elementor content.
   ========================================================================== */

/* Reset any unwanted margins on Elementor canvas */
.elementor-page .site-main {
    padding: 0;
    margin: 0;
}

/* Ensure Elementor sections are full-width */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1400px; /* Adjust to match your Elementor global settings */
}

/* ==========================================================================
   CUSTOM FONTS PLACEHOLDER
   ==========================================================================
   
   To add custom fonts:
   
   1. Using @font-face (self-hosted):
   
   @font-face {
       font-family: 'YourCustomFont';
       src: url('fonts/your-font.woff2') format('woff2'),
            url('fonts/your-font.woff') format('woff');
       font-weight: 400;
       font-style: normal;
       font-display: swap;
   }
   
   2. Then register the font in Elementor:
      Go to Elementor > Settings > Custom Fonts
      Or use the filter in functions.php
   
   3. For Google Fonts, use Elementor's built-in font manager
      or enqueue via functions.php
   
   ========================================================================== */
