/* import google fonts */
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* setup font family for body and code blocks */
body {
  font-family: 'Roboto', 'Noto Sans TC', sans-serif;
}
pre, code {
  font-family: 'Google Sans Code', monospace;
}

figcaption {
  margin: auto;
  text-align: center;
  /* text-align: left; */
}
