diff --git a/wp-content/themes/apus-theme/assets/css/style.css b/wp-content/themes/apus-theme/assets/css/style.css index 90e5a3b5..98f5f6b3 100644 --- a/wp-content/themes/apus-theme/assets/css/style.css +++ b/wp-content/themes/apus-theme/assets/css/style.css @@ -107,20 +107,8 @@ body { Typography ========================================================================== */ -h1, h2, h3, h4, h5, h6 { - margin-top: 0; - margin-bottom: 0.5em; - font-family: var(--font-headings); - font-weight: var(--font-weight-semibold); - line-height: var(--line-height-tight); -} - -h1 { font-size: 2.5rem; } -h2 { font-size: 2rem; } -h3 { font-size: 1.75rem; } -h4 { font-size: 1.5rem; } -h5 { font-size: 1.25rem; } -h6 { font-size: 1rem; } +/* ELIMINADO: Estilos globales h1-h6 (líneas 110-123) - NO están en template */ +/* Template usa SOLO estilos Bootstrap default para headings */ p { margin-top: 0;