/*
Theme Name: Huayi
Theme URI: https://www.gdmrcare.com/
Author: Huayi Engineering Team
Author URI: https://www.gdmrcare.com/
Description: 华颐（广东）医疗科技有限公司官网专属 Block Theme。基于已通过人工视觉评审并正式冻结的 Phase 3.2.1 Design Baseline 规范构建，采用全站编辑（FSE）与原生 Block Pattern 架构。
Version: 2.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 8.0
License: Proprietary
License URI: https://www.gdmrcare.com/
Text Domain: huayi
Tags: full-site-editing, block-patterns, custom-colors, custom-typography, responsive-layout
*/

/* WordPress Block Theme Reset and Global Overrides */
html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--color-bg-primary, #ffffff);
    color: var(--color-text-primary, #1E293B);
    font-family: var(--font-family-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif);
    line-height: var(--line-height-normal, 1.6);
    margin: 0;
    padding: 0;
}

.wp-site-blocks {
    overflow-x: hidden;
}
