/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Child theme of Hello Elementor for safe customizations.
Author: Duy Mobile
Author URI: https://duymobile.com.vn/
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-child
*/

/* Your custom styles below */
:root{
  --brand-blue:#000099;
}

/* Example tweak: make Elementor container a bit narrower on large screens */
@media (min-width: 1200px){
  .elementor-section.elementor-section-boxed > .elementor-container{
    max-width: 1180px;
  }
}
