/*
 Theme Name:   Hello Elementor Child (Media Vines)
 Theme URI:    https://example.com/
 Description:  A safe customization layer for Hello Elementor. Includes enqueue + useful helpers.
 Author:       Media Vines
 Author URI:   https://mediavines.com/
 Template:     hello-elementor
 Version:      1.0.0
 License:      GPL-2.0-or-later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child-mediavines
*/

/* Add your custom CSS below */
:root{
  /* tweak these to match your brand */
  --mv-primary: #0d3b66;
  --mv-accent:  #4cb944;
}
/* Example: tighten Elementor container spacing on mobile */
@media (max-width: 767px){
  .elementor-section{ padding-left:16px; padding-right:16px; }
}


