/*
Theme Name: RuLing
Theme URI: https://example.com/ruling
Author: RuLing
Description: Classic WordPress theme for the RuLing knowledge commerce platform.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 8.1
Text Domain: ruling
*/

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	background: #f7f4ee;
	color: #1f1a17;
	font-family: "Segoe UI Variable", "PingFang SC", "Microsoft YaHei", sans-serif;
	line-height: 1.7;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}
