@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
    font-family: "Montserrat", sans-serif !important;
}
th,td {
    vertical-align: middle !important;
    font-weight:normal !important;
}
.table:not(.table-sm) thead th {
    background-color:transparent !important;
}
.badge {
    font-weight: normal !important;
}
.section .section-header {
    border-radius: 1em;
}
.w-10px {
    width: 10px !important;
}
.w-20px {
    width: 20px !important;
}
.w-30px {
    width: 30px !important;
}
.w-40px {
    width: 40px !important;
}
.w-50px {
    width: 50px !important;
}
.modal {
    z-index: 1050 !important;
}
.modal-backdrop {
    z-index: 1040 !important;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}