:root {
  --text-dark: #292929;
}

.post-date {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  text-align: center;
}

.post-title {
  margin-bottom: 3rem;
  font-family: "Montserrat";
  text-align: center;
  font-size: 1.5rem;
}

.post-body {
  line-height: 2;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: var(--text-dark);
}

.post-body p {
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .post-title {
    font-size: 1.3rem;
  }

  .post-body {
    font-size: 1rem;
  }
}
