@font-face {
  font-family: "Willow PingFang SC";
  src: url("/customer/fonts/PingFangSC-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Willow PingFang SC";
  src: url("/customer/fonts/PingFangSC-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Willow PingFang SC";
  src: url("/customer/fonts/PingFangSC-Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
}

:root {
  --willow-font-sans: "Willow PingFang SC", "PingFang SC", sans-serif;
}

html,
body,
button,
input,
textarea,
select,
option,
code,
pre,
kbd,
samp,
table,
th,
td {
  font-family: var(--willow-font-sans) !important;
  font-synthesis: none;
}
