html,
body {
    --bs-primary: #da449d !important;
    --bs-primary-rgb: 218, 68, 157 !important;

    --bs-primary-bg-subtle: #ffe5f3 !important;
    --bs-primary-border-subtle: #ffb3d1 !important;
    --bs-primary-text-emphasis: #a8005e !important;
}

.btn-primary {
    --bs-btn-bg: #da449d !important;
    --bs-btn-border-color: #da449d !important;
    --bs-btn-hover-bg: #c73698 !important;
    --bs-btn-hover-border-color: #c73698 !important;
    --bs-btn-active-bg: #a8005e !important;
    --bs-btn-active-border-color: #a8005e !important;
}