/*
Theme Name: GeoVenezuela
Theme URI: https://geovenezuela.com/
Author: GeoVenezuela
Author URI: https://geovenezuela.com/
Description: Tema WordPress técnico tipo SaaS para geotecnia, hidrogeología y topografía con SEO/GEO, calculadoras y automatización con IA.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: geoportal
*/

/*
  Estilos base mínimos. Los estilos principales están en assets/css/portal.css.
*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
