/*
Theme Name:   Monotheism Child Theme
Theme URI:    https://example.com/monotheism-child/
Description:  A child theme based on Astra with Tailwind CSS and Alpine.js
Author:       Joshua Wang
Author URI:   https://example.com
Template:     astra
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:  monotheism-child
*/

/* 
 * 在这里添加您的自定义CSS样式
 * 父主题的样式会被自动加载
 */

/* 示例：自定义站点标题颜色 */
/*
.site-title {
    color: #333;
}
*/
