@font-face {
  font-family: "LXGW WenKai";
  src: url("/fonts/LXGWWenKai-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LXGW WenKai";
  src: url("/fonts/LXGWWenKai-Regular.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --global-font-family: "LXGW WenKai", "Noto Serif SC", "Songti SC", "Microsoft YaHei", serif;
  --header-title-font-family: "LXGW WenKai", "Noto Serif SC", "Songti SC", "Microsoft YaHei", serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: "LXGW WenKai", "Noto Serif SC", "Songti SC", "Microsoft YaHei", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "LXGW WenKai", "Noto Serif SC", "Songti SC", serif;
  font-weight: 600;
}
