@charset 'UTF-8';

.article :is(h2, h3, h4),
.article :is(h2, h3, h4):after,
.article :is(h2, h3, h4):before {
  background: unset;
  border: 0;
  border-radius: 0;
  bottom: unset;
  box-shadow: none;
  color: #333;
  content: none;
  filter: unset;
  font-weight: bold;
  height: unset;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  text-align: unset;
  top: unset;
  width: unset;
}
