/*
Theme Name: Astra Child
Theme URI: https://your-site.com/
Description: Astra 子主题，用于自定义样式而不影响父主题
Author: 你的名字
Author URI: https://your-site.com/
Template: astra
Version: 1.0.0
*/

/* 导入父主题样式 */
@import url("../astra/style.css");

/* 在此添加你的自定义 CSS */
body {
    font-family: 'Arial', sans-serif;
}