/*
 Theme Name: Hello Child 
 Theme URI: https://wordpress.org/themes/hello-elementor/
 Description: A child theme for Hello-Elementor
 Author: Navros
 Author URI: https://scapar.online/
 Template: hello-elementor
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Version: 1.0.0
*/

/* Seus estilos personalizados abaixo */
body {
    font-family: Arial, sans-serif;
}

h1 {
    color: #333;
}


