/*
Theme Name: HeyKids
Theme URI: https://heykids.local
Author: HeyKids
Author URI: https://heykids.local
Description: Tema personalizado para HeyKids
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heykids
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Estilos base del tema HeyKids */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.6;
	color: #333;
	margin: 0;
	padding: 0;
}

.site-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

a {
	color: #0073aa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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