/* <system section="background" selected="undefined"> */
/* </system> */
/*Responsive:yes */

/* 本文（全体のベース） */
html, body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

/* 記事本文（本文＝Noto Sans JP） */
.entry-content {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

/* 記事内見出し（見出し＝Noto Serif JP） */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: "Zen Maru Gothic","IBM Plex Sans JP",sans-serif;
  font-weight: 600;
}


/* 見出し（ポップさは丸みで） */
h1,h2,h3,h4,h5,h6{
  font-family:"Zen Maru Gothic","IBM Plex Sans JP",sans-serif;
  font-weight:700;
}

/* ボタンやラベルなど“アクセント”を少しだけポップに（任意） */
.btn,.badge,.nav a{
  font-family:"Zen Maru Gothic","IBM Plex Sans JP",sans-serif;
  font-weight:500;
}


/* ブログタイトル（サイト名）のフォント変更 */
#blog-title,
#blog-title a {
  font-family: "Zen Maru Gothic","IBM Plex Sans JP",sans-serif;
  font-weight: 800; /* お好みで */
}


/* ブログの説明文（ひとこと説明）も同じフォントに */
#blog-description {
  font-family: "Zen Maru Gothic","IBM Plex Sans JP",sans-serif;
}
