@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

* {
  font-family: "Noto Sans KR", sans-serif;
  font-style: normal;
}

body {
  background-color: #f5f5f9 !important;
}

table {
  font-size: 13px;
}

/*SWEET ALERT*/
.swal2-popup {
  width: 24rem !important;
}

.swal2-icon {
  font-size: 13px !important;
}

.swal2-title {
  font-size: 16px !important;
}

.swal2-html-container {
  font-size: 13px !important;
}

.swal2-confirm,
.swal2-cancel {
  font-size: 12px !important;
}

.swal2-validation-message {
  font-size: 12px !important;
}

.swal2-image {
  margin: 0px !important;
}