/* Cyrillic typography for the Ukrainian version.
   Plus Jakarta Sans and Instrument Sans have no Cyrillic glyphs, so the UA pages
   swap in the closest matching families that do:
     Manrope    — geometric grotesque, same tight heavy display feel
     Golos Text — humanist grotesque for running text
   Caveat (handwritten accents) already covers Cyrillic and stays as is. */
:root{
  --f-d:"Manrope","Plus Jakarta Sans","Segoe UI",Helvetica,Arial,sans-serif;
  --f-b:"Golos Text","Instrument Sans",Helvetica,Arial,sans-serif;
}
h1,h2,h3,h4,.h-xl,.h-lg,.h-md,.h-sm{letter-spacing:-.025em}
.logo{letter-spacing:-.04em}
