h1,
h2,
h3,
h4 {
  font-family: inherit;
}
h1 {
  font-weight: normal;
  font-size: var(--fs-xl);
}
h2 {
  font-size: var(--fs-l);
}
h3 {
  font-size: var(--fs-m);
}

h2,
h3,
h4 {
  margin: 0.5em 0 0;
}

ul {
  margin: 0 0 1em;
  padding: 0;
}
ul li {
  margin: 0;
  list-style-type: square;
  margin-left: 18px;
  padding-left: 2px;
}

li,
p {
  line-height: inherit;
}
p{ margin: 0.25rem 0 1rem;}

a {
  text-decoration: none;
  border-bottom: 1.5px dashed var(--bc);
}
a:link {
  color: #821f8d;
}
a:visited {
  border-bottom-style: dotted;
  color: #5e4661;
}
a:hover {
  color: #cd3ddd;
  border-bottom-style: solid;
}
a img {
  border: 0;
}

hr {
  border: solid #ddd;
  border-width: 0 0 2px;
}

blockquote {
  padding-left: 1rem;
  margin: 1rem 0;
  border-left: 4px solid var(--bc);
  color: var(--fc-deem);
}
