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

/* Ukrainian pages need fonts with native Cyrillic coverage. Bebas Neue and
   Crimson Text do not ship Cyrillic subsets, so avoid mixed-font fallback. */
html[lang^="uk"] {
  --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^="uk"] body,
html[lang^="uk"] p,
html[lang^="uk"] li,
html[lang^="uk"] dd,
html[lang^="uk"] blockquote,
html[lang^="uk"] figcaption {
  font-family: "PT Serif", Georgia, serif;
}

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