
/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-theme/
 Description:  Child theme for Hello Elementor. Safe place for custom CSS, JS, and PHP.
 Author:       Libertas Abogados
 Author URI:   https://libertaspenalistas.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

/* Put global CSS customizations below */
:root{
  --libertas-primary:#0d1219;
  --libertas-accent:#c6a75f;
}
/* Example tweak for header transition (optional, can be adjusted) */
#site-header{transition:all .3s ease;}
#site-header.scrolled{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);}
#site-header .custom-logo{transition:width .3s ease;}
#site-header.scrolled .custom-logo{width:200px;}
#site-header .site-navigation ul.menu li a{color:#fff;transition:color .3s ease;}
#site-header.scrolled .site-navigation ul.menu li a{color:#0d1219;}
