@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap");

/* Russian pages need fonts with native Cyrillic coverage. Bebas Neue and
   Crimson Text do not ship Cyrillic subsets, so avoid mixed-font fallback. */
html[lang^="ru"] {
  --body: "PT Serif", Georgia, serif;
  --serif: "PT Serif", Georgia, serif;
  --font-body: "PT Serif", Georgia, serif;
  --font-serif: "PT Serif", Georgia, serif;
  --display: "Oswald", Arial, sans-serif;
  --font-display: "Oswald", Arial, sans-serif;
}

html[lang^="ru"] body,
html[lang^="ru"] p,
html[lang^="ru"] li,
html[lang^="ru"] dd,
html[lang^="ru"] blockquote,
html[lang^="ru"] figcaption {
  font-family: "PT Serif", Georgia, serif;
}

html[lang^="ru"] h1,
html[lang^="ru"] h2,
html[lang^="ru"] h3,
html[lang^="ru"] h4,
html[lang^="ru"] h5,
html[lang^="ru"] h6,
html[lang^="ru"] [class*="-title"],
html[lang^="ru"] [class*="_title"],
html[lang^="ru"] [style*="Bebas Neue"] {
  font-family: "Oswald", Arial, sans-serif !important;
}
