/*
Theme Name: TT4 Child
Theme URI: https://afterwaves.com/
Description: My Twenty Twenty-Four
Author: Afterwaves
Author URI: https://afterwaves.com/ 
Template: twentytwentyfour
Version: 1.0
Text Domain: tt4-child
*/

/* 以下是常用自定义样式示例，可根据需求修改/添加 */
/* 1. 修改全站默认字体大小 */
body {
    font-size: 16px;
    line-height: 1.6;
}

/* 2. 修改文章标题样式 */
h1.wp-block-post-title {
    color: #2d3748;
    font-weight: 600;
}

/* 3. 覆盖TT4的CSS变量（块主题核心） */
:root {
    --wp--preset--color--primary: #2563eb; /* 修改主色调为蓝色 */
    --wp--preset--font-size--xlarge: 2.5rem; /* 调大超大号字体 */
}