/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Jerarquía visual de subtítulos */
h3, .h3 {
	font-size: 1.75rem;      /* más grande que el texto normal y que h4 */
	font-weight: 600;        /* un poco más pesado para destacar */
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}

h4, .h4 {
	font-size: 1.4rem;       /* menor que h3, pero claramente sobre el texto normal */
	font-weight: 500;
	margin-top: 1.25rem;
	margin-bottom: 0.5rem;
}

