/*
Theme Name: 我的子主题
Theme URI: https://relaxed.gz.cn
Description: 自定义子主题
Author: 轻舞飞扬华松
Author URI: https://relaxed.gz.cn
Template: astra
Version:      1.0.0
Text Domain:  astra-elementor-child
*/

/* 导入父主题样式 */
@import url("../astra/style.css");

/* 下面添加您的自定义样式 */
body {
    font-size: 16px; /* 覆盖父主题设置 */
}