html,
body,
#app,
button,
input,
select,
textarea,
table,
th,
td {
    font-family: "Roboto", Arial, sans-serif !important;
}

body {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

button,
select,
input,
textarea {
    font-style: normal;
}
