/**
 * G001 UI kit font faces (WOFF2 subsets under /fonts/).
 * HarmonySN for CN display/body; Monocraft for system labels; DSEG7 for digits.
 */

@font-face {
  font-family: "HarmonySN";
  src: url("/fonts/HarmonySN-400-subset.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HarmonySN";
  src: url("/fonts/HarmonySN-700-subset.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HarmonySN";
  src: url("/fonts/HarmonySN-900-subset.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Monocraft";
  src: url("/fonts/Monocraft-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DSEG7";
  src: url("/fonts/DSEG7-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
