/**
 * Hexfy — Paleta de marca (compartida por widgets Elementor)
 *
 * Azul profundo  #0B1F3F  — fondos oscuros, títulos
 * Azul Hexfy     #2440D9  — botones, enlaces, íconos, highlight
 * Amarillo       #FFC72C  — un solo acento por pantalla
 * Blanco         #FFFFFF  — fondo base
 * Gris fondo     #F4F6FA  — secciones alternas
 * Gris texto     #5A6478  — párrafos / subtítulos
 * Verde          #16A34A  — solo checks
 */

:root {
	--hexfy-deep: #0B1F3F;
	--hexfy-blue: #2440D9;
	--hexfy-yellow: #FFC72C;
	--hexfy-white: #FFFFFF;
	--hexfy-bg: #F4F6FA;
	--hexfy-muted: #5A6478;
	--hexfy-green: #16A34A;
	--hexfy-radius: 10px;
	--hexfy-radius-lg: 16px;
	--hexfy-max: 1280px;
	/* Tokens nuevo.html / Material-like */
	--hexfy-surface: #faf8ff;
	--hexfy-surface-low: #f2f3ff;
	--hexfy-surface-container: #eaedff;
	--hexfy-on-surface: #131b2e;
	--hexfy-outline: #c4c5d8;
	--hexfy-primary-soft: #3b66ff;
}
