:root {
  /* Cambia solo este valor para ajustar el tamaño minimo global del texto */
  --ui-font-min: 16px;
}

body {
  font-size: var(--ui-font-min);
}

small,
.small {
  font-size: var(--ui-font-min);
}

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