html,
body,
button,
input,
select,
textarea,
.main-wrapper,
.main-wrapper *,
.container,
.dropdown-menu,
.modal,
.table,
.dataTables_wrapper,
.select2-container {
    font-family: "Segoe UI", "Noto Sans", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::placeholder {
    font-family: "Segoe UI", "Noto Sans", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
