/*
Theme Name: Tucu Crecienta
Theme URI: https://tucumascotas.com.ar/
Description: Tema standalone a código puro para Tucumascotas desarrollado por Agencia Crecienta. Sin Astra, sin page builders ni plugins obsoletos.
Author: Agencia Crecienta
Author URI: https://crecienta.com/
Version: 1.0.0
Text Domain: tucu-crecienta
Requires at least: 6.0
Requires PHP: 8.0
*/

/* Reset y estilos base del tema standalone */
*, *::before, *::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color: #1e293b;
	background-color: #f8fafc;
	-webkit-font-smoothing: antialiased;
}
