/* =====================================================================
 * JP-253 — Phase 3, SITEMAP_UTIL: /de/sitemap (page-id 108878, EN twin 293825)
 *
 * Same pre-redesign leftover: the sitemap H1 renders in the old "Museo" face
 * at slate-grey #364856, and — more visibly on a sitemap — every link in the
 * body is the same slate-grey #364856, so the link list does not read as
 * links. No per-page Figma frame — goal is consistency with the redesign.
 *
 * Fix: headings → redesign "Kurdis" + Dark-Blue #0b1b45; body links →
 * redesign accent blue #2722f8 so the sitemap's links look like links.
 * Both DE and EN sitemap page-ids are covered. -webkit-text-fill-color set
 * alongside `color` (theme sets it and it overrides `color` for glyph fill).
 * ===================================================================== */

body.page-id-108878 #content h1,
body.page-id-108878 #content h2,
body.page-id-108878 #content h3,
body.page-id-108878 #content h4,
body.page-id-293825 #content h1,
body.page-id-293825 #content h2,
body.page-id-293825 #content h3,
body.page-id-293825 #content h4 {
  font-family: "Kurdis", "Kurdis Wide", Inter, sans-serif !important;
  color: #0b1b45 !important;
  -webkit-text-fill-color: #0b1b45 !important;
}

body.page-id-108878 #content a:not(.btn):not([class*="button"]):not([class*="card"]),
body.page-id-293825 #content a:not(.btn):not([class*="button"]):not([class*="card"]) {
  color: #2722f8 !important;
  -webkit-text-fill-color: #2722f8 !important;
}
