body {
    font-family: "Inter", sans-serif;
    background-color: #f4ece7;
}

.text-primary {
    color: #ffbd59 !important;
}

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

.btn-primary {
    --bs-btn-color: black;
    --bs-btn-bg: #ffbd59;
    --bs-btn-border-color: #ffbd59;
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #fcad38;
    --bs-btn-hover-border-color: #ffbd59;
    --bs-btn-focus-shadow-rgb: 255, 189, 89;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: #ffbd59;
    --bs-btn-active-border-color: #ffbd59;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: black;
    --bs-btn-disabled-bg: #ffbd59;
    --bs-btn-disabled-border-color: #ffbd59;
}

.btn-outline-primary {
    --bs-btn-color: #ffbd59;
    --bs-btn-border-color: #ffbd59;
    --bs-btn-hover-color: black;
    --bs-btn-hover-bg: #ffbd59;
    --bs-btn-hover-border-color: #ffbd59;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: black;
    --bs-btn-active-bg: #ffbd59;
    --bs-btn-active-border-color: #ffbd59;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffbd59;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffbd59;
    --bs-gradient: none;
}

.dropdown .btn-danger {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.text-justify {
    text-align: justify !important;
}

.btn.dropdown-toggle {
    color: rgba(0, 0, 0, 0.65);
}

.btn.dropdown-toggle.active {
    color: black !important;
}

@media (max-width: 992px) {
    .dropdown .btn-danger {
        border-top-left-radius: 0.375rem !important;
        border-top-right-radius: 0.375rem !important;
    }
}
