@import "/variables.css";

.article p {
  margin-bottom: 24px;
}

.article h2 {
  margin-bottom: 16px;
  padding-top: 8px;
  color: var(--colorPrimary);
  font-weight: 700;
  line-height: 1.1;
  font-size: 20px;
}
