/* Shared visual tokens. This file does not alter CMS content or image paths. */
:root {
  --c-bg: #fbf9f6;
  --c-surface: #ffffff;
  --c-surface-alt: #f4f0ea;
  --c-border: #e5ded4;
  --c-border-strong: #d3c9bb;
  --c-text: #2a2320;
  --c-text-muted: #6b625b;
  --c-text-invert: #ffffff;
  --c-primary: #6b4f3a;
  --c-primary-dark: #4e3826;
  --c-primary-soft: #efe7dd;
  --c-accent: #2f6e63;
  --c-accent-soft: #e3efec;
  --c-gold: #b8892f;
  --c-danger: #b4443a;

  --font-display: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-body: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --fs-xs: 0.75rem;
  --fs-sm: 0.875rem;
  --fs-base: 1rem;
  --fs-lg: 1.125rem;
  --fs-xl: 1.5rem;
  --fs-2xl: 2rem;
  --fs-3xl: 2.75rem;
  --lh-tight: 1.25;
  --lh-base: 1.7;
  --lh-loose: 1.9;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 600;

  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-7: 3rem;
  --sp-8: 4rem;
  --sp-9: 6rem;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;
  --shadow-sm: 0 1px 2px rgba(42, 35, 32, 0.06);
  --shadow-md: 0 4px 16px rgba(42, 35, 32, 0.08);
  --shadow-lg: 0 12px 32px rgba(42, 35, 32, 0.12);
  --container: 1200px;
}
