/* =====================================================================
 * JP-201 — Phase 3, HELP_LEAF: /de/hilfecenter/services
 *          (page-id 6174, EN twin 293867)
 *
 * Same pre-redesign leftover as JP-181: this help-center leaf is a fully
 * old-style default-template page — content headings render in the old "Museo"
 * face at slate-grey #364856 and links share that slate-grey, instead of the
 * redesign "Kurdis" heading face at Dark-Blue #0b1b45. No per-page Figma frame;
 * goal is consistency with the redesign design-language.
 *
 * Page is fully old-style (0 redesign-token headings) so a page-scoped blanket
 * heading override is safe. -webkit-text-fill-color set alongside `color`.
 * ===================================================================== */

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

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