:root {
    --font-sans: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
    --font-display: 'Outfit', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* 系统字体栈 - 无需下载外部字体 */
body {
    font-family: var(--font-sans);
}

h1,
h2,
h3,
h4,
h5,
h6,
.clay-text,
.main-heading,
.section-title {
    font-family: var(--font-display);
}