/* nb##: en_us 默认字体配置 */
:root {
  --body-font-family: Inter, "Work Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

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