/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0.1
*/

/* === 全局字体大小调整 - 高优先级覆盖 Blocksy === */
html {
    font-size: 18px !important;
}

body {
    font-size: 18px !important;
    line-height: 1.7 !important;
}

body p,
body .wp-block-paragraph,
body .entry-content p,
body .wp-block-post-content p,
body main p,
body .ct-container p {
    font-size: 18px !important;
    line-height: 1.8 !important;
}

body h1,
body .wp-block-heading h1,
body .entry-title,
body .page-title h1,
body .ct-page-title h1 {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
}

body h2,
body .wp-block-heading h2,
body .wp-block-post-content h2 {
    font-size: 2rem !important;
    line-height: 1.3 !important;
}

body h3,
body .wp-block-heading h3,
body .wp-block-post-content h3 {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
}

body nav a,
body .primary-menu a,
body .main-menu a,
body .ct-menu a,
body .ct-header-text {
    font-size: 16px !important;
}
