/* Custom styles for documentation */

:root {
    --md-primary-fg-color: #3f51b5;
    --md-accent-fg-color: #448aff;
}

/* Improve code block styling */
.highlight {
    border-radius: 4px;
}

/* Add subtle animations */
.md-typeset a {
    transition: color 0.2s ease;
}
