/* ===============================
   supermom-news 블로그 전용 오버라이드 (안정 버전)
   =============================== */

/* Google Fonts 불러오기 */
@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap');

/* 대문 타이틀: 따뜻한 폰트 + 포인트 컬러 */
#header h1 a {
  font-family: 'Gowun Dodum', sans-serif !important;
  font-size: 2.6em;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.08);
  color: #444;
  text-decoration: none;
  line-height: 1.2;
}

#header h1 a .blog-title {
  color: #ff6b6b;   /* 포인트 컬러: 코랄핑크 */
  font-weight: 600;
  margin-right: .25em;
}

#header h1 a .blog-sub {
  color: #444;      /* 서브 컬러: 진회색 */
}

/* 모바일 화면에서 타이틀 크기 조정 */
@media (max-width: 767px) {
  #header h1 a { font-size: 2.2em; }
}
