/* 修正部分系統將正確繁體中文字元錯誤繪製的問題。 */
:root {
  --crm-cjk-font: "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", "Source Han Sans TC", "Heiti TC", sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--crm-cjk-font) !important;
}
