/*
Theme Name: TransAuto Custom
Description: 基于v12设计的TransAuto官网主题
Version: 1.0.0
Author: TransAuto Team
*/
/* 重置基础样式 */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; background: #0a0a0a; color: #fff; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }

/* 让WordPress不自动添加<p>标签破坏布局 */
.entry-content p { margin-bottom: 0; }
