/* ===== HYQiHei 全站字体 ===== */
/*
@font-face {
  font-family: "HYQiHei40s";
  src: url("../fonts/HYQiHei_40S.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
*/
@font-face {
  font-family: "HYQiHei55s";
  src: url("../fonts/HYQiHei_55S.woff2") format("woff2"),
       url("../fonts/HYQiHei_55S.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
@font-face {
  font-family: "HYQiHei60s";
  src: url("../fonts/HYQiHei_60S.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
*/
@font-face {
  font-family: "HYQiHei80s";
  src: url("../fonts/HYQiHei_80S.woff2") format("woff2"),
       url("../fonts/HYQiHei_80S.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
@font-face {
  font-family: "HYQiHei90s";
  src: url("../fonts/HYQiHei_90S.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
*/
:root {
  /*--font-primary: "HYQiHei", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;*/
  /*--font-40s: "HYQiHei40s";*/
  --font-55s: "HYQiHei55s";
  /*--font-60s: "HYQiHei60s";*/
  --font-80s: "HYQiHei80s";
  /*--font-90s: "HYQiHei90s";*/
}

html,
body,
button,
input,
textarea,
select {
  font-family: var(--font-first);
}
