:root,
[data-bs-theme=light] {
    --bs-primary: #6c757d;
    --bs-primary-rgb: 108, 117, 125;
    --bs-primary-text-emphasis: #6c757dff;
    --bs-primary-bg-subtle: #6c757dff;
    --bs-primary-border-subtle: #6c757dff;
    --bs-focus-ring-color: rgb(202, 191, 191);
}

.dropdown-menu {
    --bs-dropdown-header-color: #828282;
}