/* Minimal HYT tokens for gen2 product homes (/bzf, /wgt, /zrg). */
:root {
  --page-bg: #ece5d8;
  --landing-footer-text: #1c1917;
  --brand-font-stack: "Noto Serif TC", "PMingLiU", "Songti TC", serif;
}

body {
  font-family: var(--brand-font-stack);
}
