/* Follow the system UI font while preserving code, formula and icon fonts. */
:root {
  --site-system-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --site-strong-color: #006b3c;
}

[data-theme="dark"] {
  --site-strong-color: #6ee787;
}

html,
body,
#body-wrap,
#page-header,
#nav,
#content-inner,
#recent-posts,
#aside-content,
#page,
#post,
#archive,
#tag,
#category,
#article-container,
#article-container h1,
#article-container h2,
#article-container h3,
#article-container h4,
#article-container h5,
#article-container h6,
#article-container p,
#article-container li,
#article-container blockquote,
#article-container table,
#article-container figcaption,
#pagination,
.card-widget,
.recent-post-item,
.search-dialog,
input,
textarea,
button {
  font-family: var(--site-system-font) !important;
}

#article-container strong,
#article-container b {
  color: var(--site-strong-color) !important;
  font-weight: 700 !important;
}

#article-container em {
  font-style: italic !important;
}

#page-header.full_page #site-title {
  font-weight: 700 !important;
}
