
:root {
    --bs-primary: #6F4E37;
    --bs-primary-rgb: 111, 78, 55;
}


.btn-primary {
    background-color: #6F4E37 !important;
    border-color: #6F4E37 !important;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #5A3E2D !important;
    border-color: #5A3E2D !important;
}

.text-primary, .link-primary {
    color: #6F4E37 !important;
}

.text-primary:hover, .link-primary:hover {
    color: #5A3E2D !important;
}

.bg-primary {
    background-color: #D9C7B6 !important;
}
