/* 无限臀山 设计系统变量 - 莫兰迪绿+奶油 */
:root {
  --primary: #7D9D9C;
  --primary-rgb: 125,157,156;
  --secondary: #A8C5C0;
  --bg: #FFF5E6;
  --card-bg: #FFFFFF;
  --accent: #5F8A8B;
  --text: #2C2C2C;
  --text-light: #666666;
  --border: #EAEAEA;
  --success: #4CAF50;
  --error: #E57373;

  --font-serif: 'Noto Serif SC', 'Playfair Display', Georgia, serif;
  --font-sans: 'Noto Sans SC', 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'Montserrat', 'Helvetica Neue', sans-serif;

  --space-1: 4px;  --space-2: 8px;  --space-3: 16px;
  --space-4: 24px; --space-5: 32px; --space-6: 48px; --space-7: 64px; --space-8: 96px;

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,.04);
  --shadow-md: 0 8px 24px rgba(0,0,0,.06);
  --shadow-lg: 0 16px 48px rgba(0,0,0,.08);

  --container: 1200px;
  --transition: .4s ease;
}
