/* html[data-theme="light"] {
    --pst-color-primary: #090069 !important;
    --pst-color-secondary: #a62626 !important;
    --pst-color-accent: #00695C !important;
    --pst-color-link: #00695C !important;
    --pst-color-link-hover: #004D40 !important;
}

html[data-theme="dark"] {
    --pst-color-primary: #26A69A !important;
    --pst-color-secondary: #80CBC4 !important;
    --pst-color-accent: #26A69A !important;
    --pst-color-link: #80CBC4 !important;
    --pst-color-link-hover: #B2DFDB !important;
} */


/* .nbsphinx-gallery figure {
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid var(--pst-color-border);
    box-shadow: 0 0.125rem 0.4rem rgba(0,0,0,0.08);
    transition: transform 0.15s ease;
}

.nbsphinx-gallery figure:hover {
    transform: translateY(-3px);
}

.nbsphinx-gallery figcaption {
    font-weight: 600;
    text-align: center;
    padding: 0.75rem;
} */

/* .nbsphinx-gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
} */