/* Simplified Chinese locale font override for DisposeStuff demo */
body,
button,
input,
select,
textarea,
.wordmark,
h1,
h2,
h3,
h4,
.hero-tagline,
.status-pill,
.button {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
