/* Local copy of Google Fonts CSS (partial).\n+   Replace remote URLs with local ./<file>.woff2 after downloading font files. */

/* Fraunces - latin */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/fonts/6NU58FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChjdfeQ_5Y.woff2') format('woff2');
  unicode-range: U+0000-00FF;
}

/* Hanken Grotesk - latin */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hankengrotesk/v2/...) format('woff2');
  unicode-range: U+0000-00FF;
}

/* Noto Serif SC - simplified chinese (partial) */
@font-face {
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/H4chBXePl9DZ0Xe7gG9cyOj7oqP0dTpxZbB9E9gjjmzKvaeKHUTtJDWv3z-us4bxD8F5og.21.woff2') format('woff2');
  unicode-range: U+4E00-9FFF;
}

/* NOTE: This is a partial/local copy of the Google Fonts CSS.\n+   To fully self-host: download each referenced .woff2 from fonts.gstatic.com into this folder,\n+   then change each `src: url(...)` to `src: url('./<file>.woff2') format('woff2');` */
