/*
Theme Name: iasentry
Theme URI: https://iasentry.com
Author: iaSentry / Joniz Gonzalez
Author URI: https://iasentry.com
Description: Tema corporativo a medida para iasentry, consultora de seguridad y cumplimiento IT.
Version: 0.1.16
Requires at least: 6.4
Requires PHP: 8.1
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iasentry
*/

:root {
	/* Paleta de marca — ver PortalWeb.md §3 */
	--color-steel-dark: #1B3A56;
	--color-steel-medium: #4A6B85;
	--color-cyan: #17C3D1;
	--color-cyan-dark: #0EA5C4;
	--color-white: #FFFFFF;
	--color-gray-light: #F5F7F9;
	--color-gray-text: #4A5568;

	/* Acento IA — USO EXCLUSIVO en el servicio "Datos, Automatización,
	 * Analítica e IA" (ícono de card, overline de bloque, borde hover).
	 * Prohibido en cualquier otro servicio/sección. Ver PortalWeb.md §3. */
	--color-ia: #7C5CFC;

	/* Tipografía */
	--font-primary: 'Inter', 'Poppins', 'Montserrat', sans-serif;

	/* Breakpoints de referencia (mobile-first): 640px / 768px / 1024px / 1280px */
}
