/**
 * 全站可免费商用字体（方案 A）
 * Noto Sans SC Regular = 思源黑体，SIL Open Font License
 */
@font-face {
  font-family: 'Noto Sans SC';
  src: url('/static/fonts/NotoSansSC-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --cs-font-family: 'Noto Sans SC', sans-serif;
}

html,
body,
.layui-body,
.layui-layout-admin,
.layui-table,
.layui-form,
.layui-btn,
.layui-input,
.layui-textarea,
.layui-select,
input,
textarea,
select,
button {
  font-family: var(--cs-font-family);
}
