@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

/*
p {
  margin-top: 30px;
}
*/

.md-typeset a {
  text-decoration: none;
}

.md-typeset {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.8;
}

.md-typeset table:not([class]) {
  font-size: .75rem;
}

.md-typeset h1 {
  font-family: "Abril Fatface";
  font-size: 3em;
  margin-bottom: 0em;
}

.md-typeset ul {
  list-style: none;
  /*padding-left: 0;*/
  /*margin-left: 0;*/
  margin-bottom: 0;
}

.md-typeset ul li {
  list-style: none;
  /*padding-left: 0;*/
  /*margin-left: 0;*/
  margin-bottom: 0;
}

[dir="ltr"] .md-typeset ul li {
  margin-left: 0;
}

[dir="ltr"] .md-typeset ul {
  margin-left: 0;
}

.md-typeset {
  line-height:1.5;
}