/* Theme I — 編輯金灰 (Editorial gold-gray) */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;600;700&family=Noto+Sans+TC:wght@300;400;500;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --bg: #FAF8F4;
  --surface: #F2EDE4;
  --text: #333333;
  --text-mid: #555555;
  --text-light: #888888;
  --border: rgba(51,51,51,0.10);
  --accent: #B8956A;
  --accent-dark: #A58458;
  --accent-soft: rgba(184,149,106,0.15);
  --hero-grad: linear-gradient(160deg, #FAF8F4 0%, #F2EDE4 50%, #E8DDC8 100%);
  --logo-color: #2809BC;
  --font-body: 'Noto Sans TC', 'Inter', -apple-system, sans-serif;
  --font-display: 'Noto Serif TC', 'Libre Baskerville', serif;
}
