.entry-content {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--dark-text);
}

.entry-content h2 {
  font-size: 1.6rem;
  line-height: 1.35;
  margin: 2rem 0 1rem;
}

.entry-content h3 {
  font-size: 1.28rem;
  line-height: 1.4;
  margin: 1.4rem 0 0.8rem;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin: 0 0 1rem;
}

.entry-content img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
