/* =====================================================================
 * JP-181 — Phase 3, HELP_LEAF: /de/hilfecenter/entwickler-dokumentation
 *          (page-id 2961)
 *
 * This help-center leaf is a pre-redesign default-template page: all 15 content
 * headings render in the old "Museo" face at slate-grey #364856, and inline
 * links share that slate-grey, while the rest of the site uses the redesign
 * "Kurdis" heading face at Dark-Blue #0b1b45. No per-page Figma frame — the
 * ticket goal is consistency with the redesign design-language.
 *
 * The page is fully old-style (0 headings already on the redesign token), so a
 * page-scoped blanket heading override is safe here — every heading sits on a
 * light background and should read Dark-Blue. -webkit-text-fill-color is set
 * alongside `color` (the theme sets it and it wins over `color` for glyph fill).
 * ===================================================================== */

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

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