/*
Theme Name: GUYUN 古韵
Theme URI: https://guyun.cn
Author: GUYUN Brand Team
Author URI: https://guyun.cn
Description: 古韵 GUYUN — 中国沉香匠作品牌官方主题。墨黑与暗金的沉香视觉体系，深度整合 WooCommerce（五谱分类、编号即名、私洽询价）。Custom theme for the GUYUN premium agarwood brand, dark resin-and-amber design system, WooCommerce-integrated.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: guyun
Tags: e-commerce, custom-menu, custom-logo, translation-ready, rtl-language-support
WC requires at least: 8.0
*/

/* ============================================================
   GUYUN Design Tokens — 沉香视觉体系
   Ground: resinous near-black · Accent: 暗金 (oil-line amber)
   Support: 烟青 smoke · 檀红 oxblood (used sparingly)
   ============================================================ */
:root {
  --ink: #171311;          /* warm resinous near-black ground */
  --ink-2: #211b16;        /* raised panels */
  --ink-3: #0f0c0a;        /* deepest */
  --bone: #e9e2d5;         /* primary text on dark */
  --bone-dim: #b3a995;     /* secondary text */
  --smoke: #7c8784;        /* 烟青 */
  --resin: #c4924c;        /* 暗金 — the oil line */
  --resin-soft: #a9824b;
  --celadon: #6e9683;      /* 青瓷 support */
  --oxblood: #7e2d24;      /* 檀红 — used once per page */
  --line: rgba(233, 226, 213, 0.13);
  --line-strong: rgba(233, 226, 213, 0.26);

  --serif: "Noto Serif SC", "Noto Serif CJK SC", serif;
  --display: "Cormorant Garamond", "Noto Serif SC", serif;
  --label: "Noto Sans SC", "Noto Sans CJK SC", sans-serif;
}

/* Base resets & typography live in assets/css/guyun.css
   (enqueued via functions.php). This file carries the theme
   header plus tokens so child themes inherit the palette. */

body {
  background: var(--ink);
  color: var(--bone);
  font-family: var(--serif);
  font-weight: 300;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
