/* Theme H — 暖色圓潤 (Warm rounded) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=M+PLUS+Rounded+1c:wght@300;400;500;700;800&family=Quicksand:wght@300;400;500;600;700&display=swap');

:root {
  --bg: #FEF9F4;
  --surface: #F5EDE0;
  --text: #2A2018;
  --text-mid: #5A4E42;
  --text-light: #A09080;
  --border: rgba(42,32,24,0.10);
  --accent: #B86847;        /* terra (降飽和 coral) */
  --accent-dark: #9C5638;
  --accent-soft: rgba(184,104,71,0.15);
  --hero-grad: linear-gradient(160deg, #FEF9F4 0%, #F5EDE0 60%, #E8D9C2 100%);
  --logo-color: #2809BC;
  --font-body: 'M PLUS Rounded 1c', 'Quicksand', 'Noto Sans TC', sans-serif;
  --font-display: 'M PLUS Rounded 1c', 'Quicksand', 'Noto Sans TC', sans-serif;
}
