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

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

.md-typeset .admonition {
    font-size: 0.9rem;
}

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

.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4 {
    font-weight: 700;
}

.md-typeset h1 {
    background: linear-gradient(135deg, #9c7cff, #d980fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
