/*
Theme Name: SkyWorld Travel Agency
Theme URI: https://skyworldtravelagency.es 
Author: Solkaris
Author URI: https://solkaris.io 
Description: Tema oficial de SkyWorld Travel Agency - Viajes 
inteligentes guiados por IAs amigas.
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: skyworld
Tags: travel, ai, agency, responsive, tailwind
*/

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

body {
  font-family: 'Nunito', sans-serif;
}
