:root {
    --primary-color: #465c3a !important;
    --secondary-color: #dbad30 !important;
}
.custom-btn-primary {
    background-color: var(--secondary-color) !important;
    color: white;
}
.custom-btn-secondary {
    background-color: var(--primary-color) !important;
    color: white;
}
