/*
Theme Name: 准时达自定义主题
Theme URI:
Author: 极简慕枫
Author URI:
Description: 主题描述
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zhunshida-custom
Tags: blog, custom-menu, featured-images, full-width-template, translation-ready
*/

/* 基础样式 — 可按需扩展 */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #1a1a1a;
	background: #fff;
}

/* a {
	color: #2271b1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
} */

.site-main {
	max-width: 720px;
	margin: 0 auto;
	padding: 2rem 1.5rem;
}

.entry-title {
	margin-top: 0;
	font-size: 1.75rem;
}

.entry-content > *:first-child {
	margin-top: 0;
}
