@font-face {
    font-family: 'Estedad';
    src: local('Estedad'),
         url('../fonts/estedad/Estedad-Variable.woff2') format('woff2'),
         url('../fonts/estedad/Estedad[wght,kshd].woff2') format('woff2'),
         url('../fonts/estedad/Estedad-Variable.ttf') format('truetype'),
         url('../fonts/estedad/Estedad[wght,kshd].ttf') format('truetype');
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --wa-font: 'Estedad', Tahoma, Arial, sans-serif;
}

html,
body,
body *,
button,
input,
textarea,
select,
option,
optgroup,
label,
table,
th,
td,
dialog,
.select2-container,
.select2-container *,
.select2-dropdown,
.select2-dropdown *,
.dataTables_wrapper,
.dataTables_wrapper * {
    font-family: var(--wa-font) !important;
}

input::placeholder,
textarea::placeholder {
    font-family: var(--wa-font) !important;
}
