/* ============================================================
   Daubo Theme Variables — 全站主题配置
   包含：色彩、字体、阴影、圆角、间距、断点
   =========================================================== */

:root {

  /* ---- Brand Colors ---- */
  --color-primary: #1A1A1A;      /* 深墨黑，高端户外感 */
  --color-accent: #2F4F3F;       /* Forest Green 主色 */
  --color-gray: #C4C4C4;         /* 次要视觉 */
  --color-light: #F8F7F5;        /* 浅背景 */
  --color-white: #FFFFFF;

  /* ---- Text Colors ---- */
  --text-main: #222;
  --text-sub: #666;
  --text-muted: #888;

  /* ---- Font ---- */
  --font-main: 'Inter', sans-serif;
  --font-cn: 'Noto Sans SC', sans-serif;

  /* ---- Radius ---- */
  --radius-sm: 4px;
  --radius-md: 8px;

  /* ---- Shadow ---- */
  --shadow-light: 0 2px 8px rgba(0,0,0,0.05);
  --shadow-medium: 0 6px 20px rgba(0,0,0,0.12);

  /* ---- Spacing ---- */
  --space-section: 100px;
  --space-inner: 40px;

  /* ---- Responsive Breakpoints ---- */
  --bp-lg: 1200px;
  --bp-md: 992px;
  --bp-sm: 768px;
  --bp-xs: 480px;
}
