/*
Theme Name: Wuplify Based
Theme URI: https://wuplify.com
Description: Tema base minimalista y endurecido para usar con los plugins Wuplify. Standalone, sin dependencias de otros temas.
Version: 1.0.0
Author: Wuplify
Author URI: https://wuplify.com
Text Domain: wuplify-based
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* === Reset mínimo === */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.6;
	color: #333;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}
