/* ブログタイトル */
h1.blog-title {
  font-family: 'Rounded Mplus 1c', sans-serif;
  color: #5C4A3C;
  font-weight: bold;
}

/* 本文 */
.entry-content {
  font-family: 'Kosugi Maru', 'Noto Sans JP', sans-serif;
  color: #4B3E36;
  line-height: 1.8;
  background-color: #FDF9F5;
}

/* リンク */
a {
  color: #A7C3D4;
  text-decoration: none;
}
a:hover {
  color: #5C4A3C;
  text-decoration: underline;
}
