/*
Theme Name: NexosLab
Theme URI: https://nexoslab.mx/
Author: NexosLab
Author URI: https://nexoslab.mx/
Description: Tema optimizado para SEO.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nexoslab
Tags: seo-ready, accessibility-ready, tailwind, alpinejs, insurance-niche
*/

/* Reset básico y variables de diseño */
:root {
    --primary-color: #003366; /* Azul autoridad */
    --accent-color: #10b981; /* Verde esmeralda para conversión */
    --text-main: #1f2937;
    --bg-light: #f9fafb;
    text-align:inherit;
}

body {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.62;
    color: var(--text-main);
}
/* El grueso de los estilos se manejará vía Tailwind */
/* modificaciones Leo */
h1 {font-size: 2.5rem!important;}
h2 {font-size: 2rem!important;}
h3 {font-size: 1.75rem!important;}
h4 {font-size: 1.5rem!important;}
h5 {font-size: 1.25rem!important;}
h6 {font-size: 1rem!important;}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, pre{
	margin:1.3rem auto 0.8rem!important;
    font-family: inherit;
    /* line-height: 1.2!important; */
    color: inherit;
}
p{
	/* margin:auto!important; */
    font-family: inherit;
    color: inherit;
}
