/* Post-specific styling */
.post__date {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 0.8em;
  color: #666;
  font-style: italic;
  letter-spacing: 0.02em;
}

h1 {
  line-height: 40px;
  margin-bottom: 0;
}
h2 {
  padding-bottom: 0;
  margin-bottom: 10px;
}
p {
  letter-spacing: -0.003em;
  margin-bottom: 0.8em;
  margin-top: 10px;
  line-height: 28px;
}

/* Larger spacing only between paragraphs */
p + p {
  margin-top: 2.14em;
}

/* Natural spacing for lists */
ul,
ol {
  margin-top: 0.8em;
  margin-bottom: 2.14em;
  padding-left: 1.5em;
}

li {
  margin-bottom: 0.5em;
  line-height: 28px;
}

li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .post__date {
    margin-left: 24px;
    margin-right: 24px;
  }

  p {
    line-height: 22px;
  }

  li {
    line-height: 22px;
  }

  h1 {
    line-height: 38px;
  }
}
