/*
 Theme Name:   Hello Elementor Child — Senior Hub
 Theme URI:    https://senior.com.br
 Description:  Child theme do Hello Elementor para o Senior Hub. Customizações globais de tema (fontes, body offsets, overrides CSS) ficam aqui.
 Author:       Senior Sistemas
 Author URI:   https://senior.com.br
 Template:     hello-elementor
 Version:      1.0.0
 Requires at least: 6.0
 Tested up to: 6.8
 Requires PHP: 7.4
 License:      GNU General Public License v3 or later
 License URI:  https://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  hello-elementor-child
*/

/* ── Ajustes globais para o Senior Hub ────────── */

/* Suaviza a rolagem global */
html {
    scroll-behavior: smooth;
}
