/*
Theme Name: Iron & Estética
Theme URI: https://mainbrain.cl
Author: Main Brain
Author URI: https://mainbrain.cl
Description: Tema a medida con dos variantes visuales — Estética (nude & dorado) e Iron (carbón & bronce) — elegibles por página desde las plantillas. Un único sistema de diseño basado en variables CSS.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vale-estetica
Tags: custom-menu, translation-ready, two-columns, featured-images
*/

/* Los estilos del tema viven en assets/css/theme.css.
   Este archivo solo declara la cabecera del tema y un reset mínimo. */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

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

a {
	text-decoration: none;
}

button,
input,
textarea {
	font: inherit;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
