/* Armenian, and only Armenian.

   sosed.place publishes an Armenian page and none of its three faces covers the
   script — Golos Text, JetBrains Mono and Unbounded all stop at Cyrillic and
   Greek. Measured through CDP on 2026-08-19: of seventeen languages exactly one
   fell through to a system font, and it was this one, with all nineteen letters
   drawn by FreeSans.

   Declared under its own name and added to the font stacks. Declaring it under a
   brand family's name does not work — Chromium settles the weight inside a family
   before it checks which face has the letter, so a brand face matching the
   requested weight wins and the letters fall through anyway. The same lesson as
   fonts-georgian.css, learned once.

   The unicode-range keeps it to Armenian, so it is never consulted for a letter a
   brand face already has. One file, 26 KB.

   Outside fonts.css on purpose: that file is generated by scripts/fetch-fonts.sh
   and an edit there vanishes on the next regeneration. */

@font-face {
  font-family: 'Noto Sans Armenian';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/ZgN7jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idbxZhVoDur.woff2) format('woff2');
  unicode-range: U+0308, U+0530-058F, U+2010, U+2024, U+25CC, U+FB13-FB17;
}
