/*
Theme Name: Ariawell
Theme URI: https://iel.ariawell.co.kr
Author: Ariawell
Author URI: https://iel.ariawell.co.kr
Description: Ariawell 커스텀 워드프레스 테마
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ariawell
Tags: custom, responsive, modern
*/

/* 기본 스타일 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.site-header {
    background-color: #f8f9fa;
    padding: 1rem 0;
    border-bottom: 1px solid #e9ecef;
}

.site-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}

.site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.site-footer {
    background-color: #f8f9fa;
    padding: 1rem 0;
    text-align: center;
    border-top: 1px solid #e9ecef;
    margin-top: 2rem;
}

/* 본문 콘텐츠 타이포그래피 — WP admin #poststuff h2 등 전역 h2 스타일 재정의 */
#main .article-content p {
    font-size: 18px;
    line-height: 1.8;
}

#main .article-content h1,
#main .article-content h2,
#main .article-content h3,
#main .article-content h4,
#main .article-content h5,
#main .article-content h6,
#main .article-content .wp-block-heading {
    padding: 0;
    margin: 0;
    font-weight: 600;
    color: #000;
}

#main .article-content h1 { font-size: 28px; line-height: 1.4; margin-top: 2rem; margin-bottom: 1rem; }
#main .article-content h2 { font-size: 24px; line-height: 1.4; margin-top: 1.75rem; margin-bottom: 0.75rem; }
#main .article-content h3 { font-size: 22px; line-height: 1.4; margin-top: 1.5rem; margin-bottom: 0.75rem; }
#main .article-content h4 { font-size: 20px; line-height: 1.5; margin-top: 1.25rem; margin-bottom: 0.5rem; }
#main .article-content h5 { font-size: 19px; line-height: 1.5; margin-top: 1rem; margin-bottom: 0.5rem; }
#main .article-content h6 { font-size: 19px; line-height: 1.5; margin-top: 1rem; margin-bottom: 0.5rem; }

/* 에디터가 저장한 span 인라인 font-size / font-weight 재정의 */
#main .article-content h1 *,
#main .article-content h2 *,
#main .article-content h3 *,
#main .article-content h4 *,
#main .article-content h5 *,
#main .article-content h6 *,
#main .article-content .wp-block-heading * {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

@media (min-width: 1024px) {
    #main .article-content h1 { font-size: 32px; }
}

#main .article-content > :first-child {
    margin-top: 0;
}
