/* Blog app shell styling */
.page-blog #app {
  background: #ffffff !important;
  color: #101827 !important;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.page-blog #app .card {
  border-radius: 12px;
  border: 1px solid #d6dfeb;
  box-shadow: 0 8px 20px rgba(14, 34, 62, 0.06);
  background: #ffffff;
}

.page-blog #app .post {
  font-family: "Cormorant Garamond", "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.85;
  color: #1d2433;
}

.page-blog #app .post h1,
.page-blog #app .post h2,
.page-blog #app .post h3 {
  color: #1e2d49;
}

.page-blog #app .muted {
  color: #5d667f;
}

.page-blog #app .tag {
  border-color: #d7e2f0;
  background: #f4f8ff;
  color: #223252;
}
