:root {
    --oster-blue: #001438;
    --oster-gold: #a4836e;
    --oster-text-gold: #b99b6d;
    --oster-green: #3cc95e;
    --oster-light: #f6f3ee;
    --text-soft: rgba(255,255,255,.82);
}
.swal2-confirm,
.btn-primary,
.btn-outline-primary{
    background-color:  var(--oster-blue);
    color: white;
}
.swal2-confirm:hover,
.btn-primary:hover,
.btn-outline-primary:hover{
    background-color:  var(--oster-blue);
    color: white;
    font-style: italic;
}
.swal2-cancel,
.swal2-cancel:hover,
.swal2-cancel:active,
.swal2-cancel:focus{
    background-color:  var(--oster-gold);
    color: white;
}
.swal2-cancel:hover,
.swal2-cancel:active,
.swal2-cancel:focus{
    font-style: italic;
}