p {
  text-align: justify;
  /* optional: make the last line left-aligned rather than stretched */
  text-align-last: left;
  font-size: 20px;
}

.quarto-title-block .subtitle.lead {
  font-size: 20px;  /* ~18px; adjust as you like */
  line-height: 1.4;     /* optional */
}

h1 {
  font-size: 24px;     /* お好みのサイズに調整（1rem＝16px） */
  line-height: 1.2;    /* 必要なら行間も調整 */
}



