body {
  font-family: "Noto Serif TC", "Source Han Serif TC", "PMingLiU", Georgia, serif;
  color: #1f2421;
  line-height: 1.9;
  font-size: 18px;
  background: #f6f0e6;
}

#quarto-content {
  background: #fffaf1;
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", Arial, sans-serif;
  letter-spacing: 0;
}

h1.title {
  color: #083f4b;
  font-size: 2.6rem;
  line-height: 1.24;
}

.subtitle {
  color: #b95443;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

h2 {
  margin-top: 2.4rem;
  padding-top: 0.9rem;
  border-top: 3px solid #1f2421;
  color: #075f70;
}

h3 {
  color: #924734;
}

blockquote {
  border-left: 5px solid #b95443;
  background: #f3eee4;
  padding: 1rem 1.2rem;
  color: #3e4541;
}

table {
  font-size: 0.96rem;
}

thead th {
  background: #083f4b;
  color: #fffaf1;
}

a {
  color: #075f70;
  text-underline-offset: 0.16em;
}

.callout-note {
  border-color: #a97d35;
}

@media print {
  body {
    background: #fff;
    font-size: 12pt;
  }

  h2 {
    break-after: avoid;
  }

  blockquote,
  table {
    break-inside: avoid;
  }
}
