
.md-typeset code {
    padding: 0 .2941176471em;
    font-size: .75em;
    word-break: break-word;
    background-color: var(--md-code-bg-color);
    border-radius: .1rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.md-typeset  {
    font-size: 1.4em;
}

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

.md-nav {
    font-size: .6rem;
    line-height: 1.3;
}

/*.md-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 2.4rem;
    align-self: flex-start;
    width: 12.1rem;
    height: 0;
    padding: 1.2rem 0;
}*/