@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
    --md-text-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --md-code-font: "JetBrains Mono", "Menlo", "Consolas", monospace;

    --md-typeset-font-size: 14px;
}

.md-typeset {
    line-height: 1.7;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4,
.md-typeset h5,
.md-typeset h6 {
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.md-typeset h1 {
    font-weight: 800;
    font-size: 2.5em;
    margin-bottom: 1em;
}

.md-nav__link--active {
    font-weight: 700;
    letter-spacing: -0.01em;
}

.md-grid {
    max-width: 1700px;
}

.md-typeset .admonition,
.md-typeset details {
    font-size: 0.95em;
}

.md-typeset .admonition-title {
    font-size: 1.05em;
    font-weight: 600;
}

.md-typeset code,
.md-typeset pre {
    font-family: var(--md-code-font);
    font-size: 0.85em;
}

.md-typeset code {
    font-weight: 500;
}

.md-typeset pre {
    margin: 1.2em 0;
    border-radius: 0.5rem;
    box-shadow: var(--md-shadow-z1, 0 2px 6px rgba(0, 0, 0, 0.15));
}

.md-typeset pre>code {
    display: block;
}

@media screen and (max-width: 768px) {
    :root {
        --md-typeset-font-size: 13px;
    }
}
