p {
  line-height: 1.8;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  transition: all 0.3s ease;
  font-weight: 600;
  color: #000;
  line-height: 1.8;
  clear: both;
  word-break: break-word;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 19px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 13px;
}

figure {
  margin: 1em 0;
}

.wp-block-image {
  margin-top: 0em;
  margin-bottom: 1em;
}
a {
  color: black;
}