/*
Theme Name: JEM HUB
Theme URI: https://jemhub.link
Author: JEM HUB
Author URI: https://jemhub.link
Description: Tema mínimo "en blanco" hecho a la medida de JEM HUB Builder. No trae ningún estilo de diseño propio — colores, tipografía y layout los controla el plugin (Identidad de marca + widgets). Existe solo para que el sitio no dependa de un tema de terceros que pueda entrar en conflicto con el CSS del plugin.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: jemhub
*/

/* Reset mínimo indispensable. Todo lo demás lo controla JEM HUB Builder. */
*, *::before, *::after {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
img, svg, video, iframe {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: inherit;
}
ul, ol {
	margin: 0;
	padding: 0;
}
button, input, textarea, select {
	font-family: inherit;
}
