/* ==========================================================================
   fonts.css — self-hosted Noto Sans Georgian (variable, wght 400-700)
   Two subsets only: Georgian and Latin. Cyrillic, Greek and Vietnamese
   subsets are intentionally omitted — add them back if the site ever
   serves Russian content.
   Source: Google Fonts, SIL Open Font License 1.1
   ========================================================================== */

/* georgian */
@font-face {
  font-family: 'Noto Sans Georgian';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('fonts/noto-sans-georgian-georgian-var.woff2') format('woff2-variations');
  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: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('fonts/noto-sans-georgian-latin-var.woff2') format('woff2-variations');
  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;
}

