
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: 'Poppins', 'Noto Sans SC', 'Noto Sans TC', sans-serif;
    font-size: medium;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Baskerville', 'Noto Sans SC', 'Noto Sans TC', sans-serif;
}

h1 {
  font-size: 1.625rem;
}

h2 {
    font-size: 1.5rem; /* Example of smaller size */
  }
  
  h3 {
    font-size: 1.375rem;
  }
  
  h4 {
    font-size: 1.25rem;
  }
  
  h5 {
    font-size: 1.125rem;
  }
  
  h6 {
    font-size: 1rem;
  }
  


#title-block-header.quarto-title-block.default .keywords, #title-block-header.quarto-title-block.default .description, #title-block-header.quarto-title-block.default .abstract {
margin-top: 2.5%;
}

#title-block-header.quarto-title-block.default .quarto-title .title {
margin-bottom: 2.5%;
}


