:root {
    --swal2-confirm-button-background-color: var(--color-primary-orange);
}

div:where(.swal2-container) h2:where(.swal2-title),
div:where(.swal2-container) div:where(.swal2-html-container) {
    font-family: var(--font-family);
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 24px;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
    font-size: 16px;
}

button.swal2-styled {
    align-items: center;
    background-color: var(--color-primary-orange);
    border-radius: 32px;
    border: none;
    color: var(--color-white);
    cursor: pointer;
    display: inline-flex;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: bold;
    gap: 8px;
    justify-content: center;
    line-height: 100%;
    padding: 16px 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}
