/*
 * The font binaries are bundled unchanged and served by YiTaiCOS from this same-origin directory.
 * Keep these URLs renderer-neutral so the current Next server and future Go server share one contract.
 */
@font-face {
  font-family: "YiTaiCOS HarmonyOS Sans SC";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./HarmonyOS_Sans_SC_Regular.ttf") format("truetype");
}

@font-face {
  font-family: "YiTaiCOS HarmonyOS Sans SC";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("./HarmonyOS_Sans_SC_Medium.ttf") format("truetype");
}

@font-face {
  font-family: "YiTaiCOS HarmonyOS Sans SC";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./HarmonyOS_Sans_SC_Medium.ttf") format("truetype");
}

@font-face {
  font-family: "YiTaiCOS HarmonyOS Sans SC";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("./HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
}

@font-face {
  font-family: "YiTaiCOS HarmonyOS Sans SC";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("./HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
}

@font-face {
  font-family: "YiTaiCOS HarmonyOS Sans SC";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url("./HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
}
