body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--text-base);
  color: var(--color-text-light);
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.15;
}

.section-heading {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--text-2xl);
  color: var(--color-text-light);
  line-height: 1.15;
}

.section-heading--dark {
  color: var(--color-text-dark);
}

.section-subtext {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--text-base);
  color: var(--color-text-muted);
  margin-top: var(--space-sm);
}

.section-subtext--dark {
  color: var(--color-text-dark-muted);
}

#espacios .section-subtext {
  font-size: var(--text-lg);
  color: var(--color-text-light);
}

.section-label {
  display: block;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 0.75rem;
}

.hero-headline {
  font-family: var(--font-heading);
  font-size: var(--text-hero);
  font-weight: 700;
  color: var(--color-text-light);
  line-height: 1.05;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
}

@media (max-width: 480px) {
  .hero-headline {
    font-size: 2.5rem;
  }
}

.hero-subline {
  font-family: var(--font-body);
  font-size: var(--text-md);
  font-weight: 300;
  color: var(--color-text-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

p {
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .section-heading {
    font-size: var(--text-xl);
  }
}
