/* 強化中文粗體效果 */
strong, b, .md-typeset strong {
  font-weight: 900;
  -webkit-text-stroke: 0.3px;
}

/* 標題也加強 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  -webkit-text-stroke: 0.25px;
}
