/* Custom CSS for better Traditional Chinese readability */
body {
  line-height: 1.8;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 1.05rem;
}

/* Paragraph spacing */
p {
  margin-top: 0;
  margin-bottom: 1.5em;
  text-align: justify;
}

/* List item line height and spacing */
li {
  line-height: 1.8;
  margin-bottom: 0.6em;
}

/* Header spacing and line-height */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  margin-top: 1.8em;
  margin-bottom: 0.8em;
}
