/*==============================================
  U5 Software - 全体の基本スタイル

  @font-face は scripts/build-fonts.py が生成する
  assets/css/fonts.css へ移動した。
===============================================*/

body {
  font-family: "Noto Sans JP", sans-serif;
}

*,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
}

h1 {
  font-size: 2.2rem;
  line-height: 1.7;
  margin-top: 2.2rem;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 1.8rem;
}

p,
li {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 1rem;
}

pre,
code {
  white-space: pre-wrap; /* 折り返しを許可 */    
  word-break: break-all !important;
}