@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/static/fonts/inter-var.woff2') format('woff2');
}

/* Songti / Source Han Serif TC fallback: Georgia → match metrics to Songti
   so the swap-in (if it ever happens via system font) doesn't shift layout.
   Reduces CLS to near-zero on serif h1/h2 headings across all pages. */
@font-face {
  font-family: 'Songti TC Fallback';
  src: local('Georgia');
  size-adjust: 105%;
  ascent-override: 88%;
  descent-override: 22%;
  line-gap-override: 0%;
}
