@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Bold.otf') format('opentype');
    font-weight: 500; /* Medium */
    font-style: normal;
}

div:where(.swal2-icon) {
    border: none !important;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
    font-family: 'Pretendard', sans-serif !important;
    border-radius: 40px !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    border-radius: 40px !important;
    min-width: 9rem !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    border-radius: 40px !important;
    min-width: 9rem !important;
    border: 1px solid #707070 !important;
    color: #707070 !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
    border-radius: 40px !important;
    min-width: 9rem !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
    background: #4a8bd1 !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover {
    background: #e6e6e6 !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 21px !important;
    font-weight: 800 !important;
}