:root {
  --font-family: 'PingFang SC', 'Noto Sans SC', system-ui, sans-serif;
  --fs-base: 16px;
  --color-primary: #2D6A4F;
  --color-accent: #95D5B2;
  --color-bg: #F0FDF4;
  --color-bg-card: #fff;
  --color-text: #1B4332;
  --color-text-secondary: #52796F;
  --color-border: #D8F3DC;
  --safe-area-bottom: env(safe-area-inset-bottom, 0);
  --contact-footer-h: 72px;
  --bottom-nav-h: 52px;
  --nav-h: 52px;
}
