html {
    color-scheme: dark;
}

[data-md-color-scheme="slate"] {
    --md-default-bg-color: #1B1B1F;

    --md-primary-fg-color: #111114;
    --md-primary-fg-color--light: #111114;
    --md-primary-fg-color--dark: #111114;

    --md-accent-fg-color: #7C4DFF;
}

.md-header {
    background-color: #111114;
}

.md-sidebar {
    background-color: #1F1F23;
}

.highlight,
.highlight pre,
.md-typeset pre {
    background-color: #161618;
    border-radius: 8px;
}

.md-typeset code {
    background-color: #222228;
}

.md-typeset h1 {
    font-weight: 700;
}

.md-typeset h2 {
    margin-top: 2rem;
}

.md-grid {
    max-width: 1640px;
}

.md-search__form {
    border-radius: 32px;
}

.md-sidebar--secondary {
    opacity: 0.8;
}

.md-typeset h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.md-typeset table:not([class]) {
    border: 1px solid #323238;
}

.md-typeset table:not([class]) th {
    background: #161618;
}