/**
 * EasyDecide 全站文字小一号
 * v=20260812type1
 * 主站根字号 18→16；about 子站 16→15；卡片站 .ed-nw 16→15
 */
html {
  font-size: 16px !important;
}

html:has(.gf-header),
html:has(.vs-header),
html:has(.osi-header),
html:has(.sc-header),
html:has(.ec-header),
html:has(.ar-header),
html:has(.sd-header),
html:has(.dt-header),
html:has(.gsc-header),
html:has(.px-header),
html:has(.kl-topbar) {
  font-size: 15px !important;
}

body {
  font-size: 1rem;
}

body.ed-nw {
  font-size: 15px;
}
