/* Cyrillic type — loaded ONLY by /ru/ and /ua/ pages, EN never fetches this.
   Caprasimo/Figtree have no Cyrillic; the app ships Alegreya for RU/UK. */
@import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@500;700;800&family=Alegreya+Sans:wght@400;500;700;800&display=swap');

html[lang="ru"], html[lang="uk"] {
  --font-heading: "Alegreya", Georgia, serif;
  --font-heading-weight: 800;
  --font-body: "Alegreya Sans", system-ui, sans-serif;
}

html[lang="ru"] [style*="--font-heading"],
html[lang="uk"] [style*="--font-heading"] { font-weight: 700; }
