/*
 * Noto Sans Georgian, vendored. Copied from the Parts Plus repo, which generates
 * it with scripts/fetch-fonts.ts. The only edit is the url() paths: this site is
 * served from public/ with no route prefix, so they are relative rather than
 * rooted at /fonts.
 *
 * Vendored rather than fetched from Google because a Parts Plus deploy failed on
 * a 404 from fonts.gstatic.com. Nothing here may depend on a third-party CDN.
 *
 * ★★★ ONE FILE PER SUBSET, spanning weights 300-700, because Noto Sans Georgian
 * is a VARIABLE font. This used to declare 400, 500 and 700 separately, pointing
 * at three files that were byte-identical - the browser cannot tell that from
 * three URLs, so it fetched the same 41 KB three times.
 *
 * The Mtavruli caps face is NOT here. It lives in styles.css, because it is not
 * something the generator produces.
 */

/* georgian */
@font-face {
  font-family: 'Noto Sans Georgian';
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/noto-sans-georgian-georgian.woff2) format('woff2');
  unicode-range: U+0589, U+10A0-10FF, U+1C90-1CBA, U+1CBD-1CBF, U+205A, U+2D00-2D2F, U+2E31;
}

/* latin */
@font-face {
  font-family: 'Noto Sans Georgian';
  font-style: normal;
  font-weight: 300 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/noto-sans-georgian-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
