/**
 * Site-wide Oswald：:root/body 字体栈。本地 woff2 的 @font-face 由 head_oswald_fontface_inline.htm 内 {eyou:php} 输出根路径 url，与当前页同源。
 */
:root {
  --thm-font: "Oswald", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  --thm-b-font: "Oswald", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-family-sans: "Oswald", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
}

html {
  font-family: var(--thm-b-font);
}

body {
  font-family: var(--thm-b-font) !important;
}

button,
input,
select,
textarea,
optgroup {
  font-family: inherit;
}
