/* earlybird 三字體：family 名對齊 DESIGN.md 的 fontFamily */
@font-face {
  font-family: "淚體";
  src: url("/fonts/tearsfont-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
/* Light(300) 未被任何層級使用，為節省 3.1MB 首載不掛；要用時把區塊加回來 */
@font-face {
  font-family: "金萱";
  src: url("/fonts/jf-jinxuan-medium.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "金萱";
  src: url("/fonts/jf-jinxuan-semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "jf open 粉圓";
  src: url("/fonts/jf-openhuninn-1.1.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
