/* Keep the existing visual hierarchy, but use one plain system sans-serif face everywhere. */
body,
body button,
body input,
body select,
body textarea,
body [class],
body [data-state] {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  letter-spacing: normal !important;
}
