.elementor-kit-9{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5b84451:#652F1A;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 引入 Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600&family=Inter:wght@300;400;500&family=Noto+Serif+SC:wght@300;400;600&display=swap');

/* 全局正文：轻盈、开阔 */
body, p, ul, ol, td {
    font-family: "Inter", "Noto Serif SC", serif;
    font-weight: 300; /* 高奢品牌倾向于用更细的字重 */
    line-height: 1.8;
    color: #333; /* 避免纯黑，使用深灰增加质感 */
    -webkit-font-smoothing: antialiased;
}

/* 标题：Cormorant Garamond 赋予灵魂 */
h1, h2, h3, .site-title, .entry-title {
    font-family: "Cormorant Garamond", "Noto Serif SC", serif !important;
    font-weight: 500;
    letter-spacing: 0.05em; /* 适当的字间距是高级感的来源 */
    text-transform: uppercase; /* 英文标题大写更具品牌感 */
}

/* 导航/按钮/标签：极简现代 */
nav, button, .btn, .label {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    letter-spacing: 0.15em; /* 强烈的呼吸感 */
    text-transform: uppercase;
    font-size: 0.85rem; /* 稍微缩小字号 */
}

/* 价格/数字：优雅呈现 */
.price {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 1.25rem;
}/* End custom CSS */