html {
  font-size: 14px;
}

body {
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
}

button,
input,
select,
textarea {
  font: inherit;
}

.btn,
.form-control,
.form-select,
.form-label,
.form-text,
.nav,
.nav-link,
.dropdown-item,
.table,
table,
th,
td {
  font-family: inherit;
  font-size: inherit;
}
