/* ============================================================
   style-color.css — flowview9.site（PLAYCRAFT STUDIO）色彩 token
   實測值取自該站 index.html 內嵌 <style> 與 article.css 既有 :root，
   與 article.css 的 --clr-* 命名保持一致，供 style-base.css 共用。
   ============================================================ */

:root {
  --clr-accent: #3A7D44;
  --clr-accent-faint: #E3F0DE;
  --clr-text: #2E2A1F;
  --clr-text-muted: #7A7358;
  --clr-text-inv: #ffffff;
  --clr-text-inv-muted: rgba(255,255,255,.85);
  --clr-bg: #FFFBF2;
  --clr-bg-alt: #F5EDD8;
  --clr-bg-dark: #2E2A1F;
  --clr-border: #EDE6D0;
  --clr-shadow: 0 1px 3px rgba(46,42,31,.08);
  --clr-shadow-md: 0 4px 12px rgba(46,42,31,.12);
  --font-heading: 'Noto Sans TC', sans-serif;
  --font-editorial: 'Noto Sans TC', sans-serif;
  --container: 1200px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-8: 48px;
  --space-10: 64px;
  --radius-md: 10px;
  --radius-lg: 10px;
  --radius-full: 999px;
}
