/*
Theme Name: Horizons Theme
Theme URI: https://horizons.com.br
Description: Tema convertido do projeto Horizons (React/Vite).
Version: 1.0.0
Author: Manus AI
Author URI: https://manus.im
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: horizons-theme
*/

/* Estilos básicos para garantir que o container do React ocupe o espaço correto */
#root {
    min-height: 100vh;
}
