/* 日知录专用字体，仅用于小部件，放在站点层以避免覆盖全局样式 */
@font-face {
  font-family: 'YeZiGongChangDaiBanHei';
  /* use relative URL so it resolves relative to this CSS file: css/fonts/... */
  src: url('fonts/YeZiGongChangDaiBanHei-2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* increase selector specificity so site rules don't override this widget */
.sidebar .rizhilu,
aside .rizhilu,
.widget .rizhilu,
.rizhilu {
  font-family: 'YeZiGongChangDaiBanHei', 'MFSuHei-Noncommercial', "Helvetica Neue", Arial, "Noto Sans CJK SC", sans-serif !important;
  font-size: 0.95em;
  line-height: 1.8;
  color: #bcdfb0;
}
