@layer theme-custom {
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;700&display=swap');

/* 隱藏文章底部「讚／收藏」按鈕（會員功能，暫不開放） */
#add_to_good,
#add_to_collection { display: none !important; }
.text-center.mt-5:has(#add_to_good) { display: none !important; }

/* === 品牌視覺：襯線標題 + 三色碼 === */
h1.title,
.blog-info-text h2,
.blog-info-text h3 {
  font-family: "Noto Serif TC", serif !important;
  color: #1A5C5A !important;
}
.blog-info-text h2 {
  border-left: 5px solid #E8735A;
  padding-left: .6rem;
  margin-top: 2rem;
}
.blog-info-text a { color: #1A5C5A; }
.blog-info-text a:hover { color: #E8735A; }
.blog-info-text blockquote {
  border-left: 4px solid #D4A843;
  background: #FAF6EC;
  padding: .8rem 1rem;
  border-radius: 4px;
}
.blog-info-text table th { background: #1A5C5A; color: #fff; }
}
