/*
Theme Name: WangchenyuEdu
Theme URI: https://jishifa.com
Description: 基于 pc-prototypes 原型 + wangchenyu-edu 架构的 WordPress 主题
Version: 1.0.0
Author: Wangchenyu
Text Domain: wangchenyu-edu
*/

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif; color: #333; line-height: 1.7; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
