body {
  background: var(--color-fondo);
  color: var(--color-texto);
  font-family: var(--fuente-base);
  line-height: 1.5;
  padding-top: env(safe-area-inset-top, 0px);
}

h1, h2, h3 {
  font-family: var(--fuente-titulos);
  font-weight: 700;
  line-height: 1.25;
}

h1 { font-size: 1.75rem; }
h2 { font-size: 1.4rem; }

.seccion {
  padding: var(--espacio-lg) var(--espacio-sm);
  max-width: 1200px;
  margin: 0 auto;
}

.seccion-sub {
  color: var(--color-texto-sec);
  margin-top: 4px;
  margin-bottom: var(--espacio-md);
}

.ver-mas {
  display: inline-block;
  margin-top: var(--espacio-sm);
  color: var(--color-primario-hover);
  font-weight: 600;
}
