/*!
 * Theme Name: SUYU
 * Theme URI: https://suyu.com
 * Description: Tema presentacional para SUYU - Empresa especializada en políticas públicas de territorio
 * Version: 1.0.0
 * Author: SUYU Dev Team
 * Author URI: https://suyu.com
 * License: GPL v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: suyu
 * Domain Path: /languages
 * Requires at least: 6.1
 * Tested up to: 6.4
 * Requires PHP: 7.4
 */

/* Reset and Base Styles */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s ease;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 1rem;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

p {
	margin-bottom: 1rem;
}

/* Layout */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

/* WordPress Classes */
.wp-container-content {
	max-width: 1200px;
	margin: 0 auto;
}

.wp-site-blocks {
	min-height: 100vh;
}
