/**
 * Typography
 */
.entry-title,
.page-title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: var(--aos-color-text);
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.entry-title,
.page-title {
  font-family: var(--aos-font-heading);
  font-size: clamp(2.1rem, 4.4vw, 4rem);
  margin-bottom: 0.5em;
}

.entry-content h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  margin-top: 2.1em;
  padding-top: 0.15em;
}

.entry-content h3 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  margin-top: 1.7em;
}

.entry-content p {
  margin-bottom: 1.05em;
}

.entry-content strong {
  color: #1f1b18;
}

.entry-meta,
.cat-links,
.tags-links {
  color: var(--aos-color-muted);
  font-size: 0.95rem;
}

.entry-summary {
  color: var(--aos-color-muted);
}
