/* Custom styles for llmpic docs */

/* Homepage hero section */
.md-header__topic:first-child {
    font-weight: 700;
}

/* Code block improvements */
.md-typeset code {
    border-radius: 4px;
}

/* Tab styling */
.md-tabs__link {
    font-weight: 500;
}

/* Footer */
.md-footer {
    border-top: 1px solid var(--md-default-fg-color--lightest);
}