/*
Theme Name: ConfiApp
Theme URI: https://confiapp.com.mx/
Author: ConfiApp
Description: Tema personalizado para ConfiApp — landing de productos fiscales y de nómina. Convertido desde HTML/CSS/JS estático. Compatible con el editor de bloques y totalmente configurable (textos, imágenes y color de marca).
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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: confiapp
Tags: business, custom-colors, custom-logo, custom-menu, featured-images, block-styles, wide-blocks
*/

/*
 * Los estilos reales del tema viven en assets/css/tailwind.css (Tailwind compilado)
 * y se cargan con wp_enqueue_style() desde functions.php.
 * Este archivo solo aporta la cabecera obligatoria del tema + utilidades de
 * accesibilidad que no vienen en el Tailwind compilado.
 */

/* Skip-link accesible */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.focus\:not-sr-only:focus{position:fixed;top:.5rem;left:.5rem;z-index:100;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal;background:#fff;color:#1565c0;padding:.5rem 1rem;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.2)}

