.md-typeset {
  font-size: 0.78rem;
  line-height: 1.8;
}

.md-typeset h1 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.md-typeset h2 {
  margin-top: 2.2em;
  border-bottom: 1px solid var(--md-default-fg-color--lightest);
  padding-bottom: 0.3em;
}

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

.md-typeset .task-list-item {
  margin-block: 0.45em;
}

.learning-complete {
  color: var(--md-primary-fg-color);
  font-weight: 600;
}

@media screen and (max-width: 44.984375em) {
  .md-typeset {
    font-size: 0.76rem;
    line-height: 1.75;
  }

  .md-typeset h1 {
    font-size: 1.75em;
  }

  .md-typeset h2 {
    font-size: 1.35em;
  }

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