/*
Theme Name: Starter Theme
Theme URI: https://example.com
Author: Seu Nome
Author URI: https://example.com
Description: Tema minimalista e limpo, perfeito para usar com Elementor. Estrutura básica sem estilos predefinidos.
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: starter-theme
Tags: blank, minimal, elementor, page-builder
*/

/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.6;
}

/* Classe para conteúdo do WordPress */
.site-content {
  width: 100%;
}
