/* 淚體 tearsfont — 網頁字體宣告。import 這支或把內容併入全域 CSS。
   family 名稱刻意對齊 DESIGN.md 的 typography.fontFamily「淚體 1.0」，
   讓 design-tokens.css 產出的 .type-* class 直接吃到。 */
@font-face {
  font-family: "淚體 1.0";
  src: url("/fonts/tearsfont-1.0.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* 字體載入前先用 fallback 顯示，避免空白 */
}
