/* 돈토리 Custom CSS */

/* 전체 폰트 - Noto Sans KR */
body {
    font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* 사이트 타이틀 골드 강조 */
.wp-block-site-title a {
    color: #D4A843 !important;
    font-weight: 900 !important;
    letter-spacing: -1px;
}

/* 사이트 설명 */
.wp-block-site-tagline {
    color: #6B7280;
    font-size: 0.85rem;
}

/* 헤더 배경 */
.wp-block-template-part header,
header.wp-block-template-part {
    border-bottom: 3px solid #D4A843;
}

/* 카테고리 태그 스타일 */
.wp-block-post-terms a {
    color: #2D6A4F !important;
    font-weight: 600;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.wp-block-post-terms a:hover {
    color: #D4A843 !important;
}

/* 포스트 제목 */
.wp-block-post-title a {
    color: #1A1A2E !important;
    font-weight: 700 !important;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.wp-block-post-title a:hover {
    color: #D4A843 !important;
}

/* 날짜 스타일 */
.wp-block-post-date {
    color: #6B7280;
}

/* 푸터 스타일 */
footer.wp-block-template-part {
    background-color: #1A1A2E !important;
    color: #E5E7EB !important;
}

footer.wp-block-template-part a {
    color: #D4A843 !important;
}

footer.wp-block-template-part a:hover {
    color: #FFFFFF !important;
}

/* 네비게이션 링크 */
.wp-block-navigation a {
    font-weight: 500 !important;
}

.wp-block-navigation a:hover {
    color: #D4A843 !important;
}

/* 검색 버튼 */
.wp-block-search__button {
    background-color: #D4A843 !important;
    color: #1A1A2E !important;
    border: none !important;
}

.wp-block-search__button:hover {
    background-color: #C4982F !important;
}

/* 본문 발췌 */
.wp-block-post-excerpt {
    color: #4B5563;
    line-height: 1.7;
}

/* 구분선 골드 */
.wp-block-separator {
    border-color: #D4A843 !important;
    opacity: 0.3;
}

/* 페이지네이션 */
.wp-block-query-pagination a {
    color: #1A1A2E !important;
    font-weight: 500;
}

.wp-block-query-pagination a:hover {
    color: #D4A843 !important;
}

/* 사이드바 위젯 타이틀 */
.wp-block-heading {
    font-family: 'Noto Sans KR', sans-serif !important;
}

/* Featured Image 둥근 모서리 */
.wp-block-post-featured-image img {
    border-radius: 8px;
}

/* 반응형 미세 조정 */
@media (max-width: 768px) {
    .wp-block-site-title a {
        font-size: 1.5rem !important;
    }
}
