/* Light theme overrides */
html[data-theme="light"] {
    --pst-color-secondary: var(--pst-color-primary);
    --pst-color-accent: var(--pst-color-primary);
    --pst-color-secondary-highlight: var(--pst-color-primary);
}

/* Dark theme overrides */
html[data-theme="dark"] {
    --pst-color-secondary: var(--pst-color-primary);
    --pst-color-accent: var(--pst-color-primary);
    --pst-color-secondary-highlight: var(--pst-color-primary);
}

.navbar-brand img {
    width: auto!important;
    height: auto!important;
}