/*
Theme Name: FaunaPress
Theme URI: https://example.com/faunapress
Author: FaunaPress Team
Author URI: https://example.com
Description: Tema WordPress ultraligero para portales de contenido informativo y especializado (animales, naturaleza, ciencia, productos, tecnologia, comparativas y sitios de afiliacion). Optimizado para Core Web Vitals, SEO tecnico, AdSense y accesibilidad WCAG. Incluye un sistema de fichas tecnicas (info cards) reutilizable mediante bloque Gutenberg nativo.
Version: 1.0.0
Requires at least: 6.0
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: faunapress
Tags: blog, news, one-column, two-columns, right-sidebar, custom-colors, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, accessibility-ready, block-styles, wide-blocks

FaunaPress es un tema propiedad de su autor. Todo el CSS de este archivo,
al igual que el resto del tema, esta licenciado bajo GPLv2 o posterior.
*/

/* Reset minimo, el grueso de los estilos vive en assets/css/main.css y responsive.css */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

a {
	text-decoration: none;
}
