:root,
[data-bs-theme=light] {
    --bs-primary: #c12025;
    --bs-primary-rgb: 193, 32, 37;
    --bs-primary-text-emphasis: #82070bff;
    --bs-primary-bg-subtle: #f4c5c7ff;
    --bs-primary-border-subtle: #f4c5c7ff;
    --bs-focus-ring-color: rgba(193, 32, 37, 0.25);
}


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