@font-face {
  font-family: "WeiLaiYuan";
  src: url("/yuanhui/fonts/Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WeiLaiYuan";
  src: url("/yuanhui/fonts/Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WeiLaiYuan";
  src: url("/yuanhui/fonts/Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "WeiLaiYuan";
  src: url("/yuanhui/fonts/Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --yuanhui-font-family: "WeiLaiYuan", "Microsoft YaHei UI", "Microsoft YaHei",
    "PingFang SC", "Hiragino Sans GB", sans-serif;
}

html,
body,
input,
select,
textarea,
button,
.btn,
.font-body,
.font-label,
.font-serif,
.font-headline,
nav a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
a {
  font-family: var(--yuanhui-font-family) !important;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.material-symbols-outlined,
.material-symbols-rounded,
.material-icons {
  font-family: "Material Symbols Outlined" !important;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  display: inline-block !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  direction: ltr !important;
  -webkit-font-smoothing: antialiased;
}
