:root {
  --bawd-font-ui: -apple-system, BlinkMacSystemFont, Arial, "Segoe UI", Roboto, Helvetica, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--bawd-font-ui);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
label,
legend,
summary,
table,
th,
td {
  font-family: var(--bawd-font-ui);
}