@charset "UTF-8";

[data-bs-theme=light] {
    --ct-highlight-color: #687178;
    --ct-emphasis-color: rgba(108, 117, 125, 1);
}

[data-bs-theme=dark] {
    --ct-link-color-rgb: 123, 179, 188;
    --ct-table-color: #B3C2CB;
}

html[data-bs-theme="light"] .text-muted {
    --ct-text-opacity: 1;
    color: #6C777F !important;
}

html[data-bs-theme="dark"] .text-muted {
    --ct-text-opacity: 1;
    color: #A4ABB2 !important;
}