/*
Theme Name:   Template
Description:  A child theme from Hello Elementor
Author:       Agência Seconect
Author URL:   https://agenciaseconect.com.br
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor
*/

.ags-dual-color span {
	background: linear-gradient(135deg, #cb9d4d, #dbc194);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}