/*
Theme Name: QuirogaSoft
Theme URI: https://quirogasoft.com
Author: QuirogaSoft
Author URI: https://quirogasoft.com
Description: Tema empresarial de ultra lujo para la agencia tecnologica QuirogaSoft. Estetica dark obsidian, glassmorphism, bento grid y micro-interacciones de alto nivel construido con Tailwind CSS.
Version: 1.2.1
Requires at least: 6.0
Tested up to: 6.7
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: quirogasoft
Tags: business, technology, dark, one-column, custom-logo, custom-menu, featured-images
*/

/* Los estilos de presentacion viven en assets/css/theme.css (Tailwind + capa custom). */
/* Este archivo mantiene los metadatos del tema y un reset base minimo. */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img, svg, video, canvas { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; }
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0);
	white-space: nowrap; border: 0;
}
