.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(0 0 0) !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgb(64 65 61) !important;
}