/*
Theme Name: Tony Robbins Replica
Theme URI: https://seusite.com
Author: Stitch Design
Author URI: https://seusite.com
Description: Tema réplica fiel do Tony Robbins, construído para controle total via Elementor.
Version: 1.0.4
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tony-robbins-replica
*/

/* Reset básico para garantir que o Elementor tenha controle total */
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

/* Estilos globais para manter a fidelidade visual */
body {
    font-family: 'Inter', sans-serif;
    background-color: #000;
    color: #fff;
}