:root > * {
  --md-primary-fg-color: hsla(232,15%,12%,1);
}

.md-content {
  padding: 0 3em;
}

.md-typeset {
  font-size: 0.7rem;
}

.md-typeset h2 {
  margin-top: 3em;
}

.md-typeset h3 {
  margin-top: 2.3em;
}

.md-typeset h4 {
  margin-top: 2em;
}

.md-typeset blockquote {
  margin: 3em;
}

.md-typeset pre>code {
  margin-bottom: 2em;
}

.md-nav {
  font-size: 0.62rem;
}

.md-footer {
  margin-top: 5em;
}

.md-nav__title img {
  width: 100px !important;
}

.md-social {
  width: 100%;
  text-align: right;
  margin-bottom: 1em;
}

.fp-copyright-code, .fp-copyright-title {
  margin-bottom: .1em;
}

.fp-copyright-code {
  font-size: 14px;
}

.fp-doc-version {
  width: 100%;
  font-size: 12px;
  text-align: right;
  margin-top: 1em;
  margin-bottom: -1em;
}

.fp-copyright-title {
  font-size: 13px;
}

.fp-copyright-text {
  font-size: 12px;
  margin-bottom: .5em;
}