/*
 * UQQK approved self-hosted font set.
 *
 * The live site uses Resource Han Rounded as its sole formal typeface and a
 * user-supplied handwritten face exclusively for expressive accents.
 */

@font-face {
  font-family: "UQQK Love Letter";
  src: url("handwriting/rixikeaiqingshuti.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "UQQK Rounded CN";
  src: url("resource-han-rounded/ResourceHanRoundedCN-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "UQQK Rounded CN";
  src: url("resource-han-rounded/ResourceHanRoundedCN-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --font-formal: "UQQK Rounded CN", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-display-latin: var(--font-formal);
  --font-display-cjk: var(--font-formal);
  --font-body: var(--font-formal);
  --font-hand: "UQQK Love Letter", cursive;
}
