/* 1. 先載入外部字體 (必須保留 src) */
@font-face {
  font-family: "GenSenRounded2TW";
  src: url("GenSenRounded2TW-R.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "GenSenRounded2TW";
  src: url("GenSenRounded2TW-500.otf") format("opentype");
   font-weight: 500;
}

/* 粗體 */
@font-face {
  font-family: "GenSenRounded2TW";
  src: url("GenSenRounded2TW-B.otf") format("opentype");
   font-weight: bold;
}
