@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 450 !important;
}

.v-data-table-header__content {
    font-weight: 900 !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    background: initial;
    background-color: #ffffff !important;
    color: #fff;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #f00 !important;
    color: white !important;
}

html {
    overflow: hidden !important;
}

.swal2-container {
    z-index: 99999 !important;
}
