/* ONE MEAT 萬囍肉品 — Typography scale
   Source: brand guideline PDF p.10-11 (品牌字體 TYPOGRAPHY / USAGE GUIDE)
   Chinese: 獅尾四季春 SemiBold=headline, Medium=subtitle, Regular=body
   English: Canelope, always set in full uppercase, tracked out, left-aligned,
            sized slightly larger than the paired Chinese type. */

:root {
  --font-cjk: "Swei Spring", "Noto Serif TC", serif;
  --font-en: "Canelope", "Times New Roman", serif;

  /* Weights */
  --weight-headline: 600;  /* SemiBold */
  --weight-subtitle: 500;  /* Medium */
  --weight-body: 400;      /* Regular */

  /* Tracking (guideline gives values in 1/1000 em units) */
  --tracking-headline: 0.025em;      /* 字距 25 */
  --tracking-subtitle: 0.05em;       /* 字距 50-75 (using midpoint) */
  --tracking-body: 0.0375em;         /* 字距 25-50 (using midpoint) */
  --tracking-en-wide: 0.06em;        /* English set alongside CJK, wider tracking */

  /* Size scale */
  --text-display: 64px;
  --text-headline: 40px;
  --text-subtitle: 24px;
  --text-body: 17px;
  --text-caption: 13px;
}
