/* ============================================================================
   ru.css — Russian (Cyrillic) type override, loaded AFTER ../stile.css.
   The display font (Space Grotesk) has no Cyrillic glyphs, so headings fall
   back to IBM Plex Sans, which covers Cyrillic and matches the body family.
   Russian is left-to-right, so no directional changes are needed.
   ========================================================================== */
:root {
  --f-display: "IBM Plex Sans", ui-sans-serif, system-ui, "Segoe UI", Roboto, sans-serif;
}
