﻿:root {
    --bs-body-color: var(--wth-text);
    --bs-secondary-color: var(--wth-muted);
}

/* Keep focus visible + on brand */
:focus-visible {
    outline: none;
    box-shadow: 0 0 0 .2rem rgba(74, 144, 226, 0.22);
}

.text-muted {
    color: var(--wth-muted) !important;
}

/* Optional: compact tables globally if you want */
.table-sm > :not(caption) > * > * {
    padding: .35rem .5rem;
}
