/* Planter.md v13.6 — Russian typography normalization
   RU-only. Keeps the Romanian art direction untouched while making every
   editorial/display serif on the Russian site use one Cyrillic-complete family. */
html[lang="ru"]{
  --v5-serif:"Source Serif 4",Georgia,"Times New Roman",serif;
  --premium-serif:"Source Serif 4",Georgia,"Times New Roman",serif;
  --v2-serif:"Source Serif 4",Georgia,"Times New Roman",serif;
}

html[lang="ru"] body.v5-site{
  font-family:"Manrope","Segoe UI",Arial,sans-serif!important;
}

/* Prevent browser-synthesized serif glyphs from creating mixed-looking Cyrillic. */
html[lang="ru"] body.v5-site h1,
html[lang="ru"] body.v5-site h2,
html[lang="ru"] body.v5-site h3,
html[lang="ru"] body.v5-site .p4-title,
html[lang="ru"] body.v5-site .p4-tech-note,
html[lang="ru"] body.v5-site .p4-total-copy strong,
html[lang="ru"] body.v5-site .summary-price>strong,
html[lang="ru"] body.v5-site .quote-dialog-price strong,
html[lang="ru"] body.v5-site .site-outro-v95-mark{
  font-synthesis:none;
  font-kerning:normal;
  font-optical-sizing:auto;
}

/* Configurator polish previously hard-coded Prata after the main styles.
   On RU, keep the same unified Source Serif 4 display face as the rest of the site. */
html[lang="ru"] body.page-configurator .quote-dialog-head h3,
html[lang="ru"] body.page-configurator .quote-dialog-price strong{
  font-family:"Source Serif 4",Georgia,"Times New Roman",serif!important;
}
