/* Self-hosted so the pages make no third-party requests. Variable fonts:
   one file per family covers every weight we use. */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/fonts/cormorant-garamond.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/cormorant-garamond-italic.woff2") format("woff2");
}

/* Subset to the four characters the site actually sets: 緣 一 二 三 */
@font-face {
  font-family: "Noto Serif TC";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("/fonts/noto-serif-tc.woff2") format("woff2");
  unicode-range: U+4E00, U+4E09, U+4E8C, U+7DE3;
}
