/**
Theme Name: Astra Child
Template: astra
*/

/* 1. 사이트 기본 폰트 (Pretendard 적용) */
html, body, p, li, a, input, textarea, button {
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 400 !important;
}

/* 2. 제목 요소별 Pretendard 굵기 매칭 (H1 포함) */
h1, .site-title a { font-family: 'Pretendard', sans-serif !important; font-weight: 900 !important; } /* Black */
h2, .entry-title { font-family: 'Pretendard', sans-serif !important; font-weight: 800 !important; } /* ExtraBold */
h3 { font-family: 'Pretendard', sans-serif !important; font-weight: 700 !important; } /* Bold */
h4 { font-family: 'Pretendard', sans-serif !important; font-weight: 500 !important; } /* Medium */
h5 { font-family: 'Pretendard', sans-serif !important; font-weight: 400 !important; } /* Regular */
h6 { font-family: 'Pretendard', sans-serif !important; font-weight: 300 !important; } /* Light */

/* 추가: 네비게이션 메뉴 등 주요 텍스트 굵기 조절 */
.main-header-menu a {
    font-family: 'Pretendard', sans-serif !important;
    font-weight: 500 !important; /* Medium */
}