/* =====================================================================
 * JP-333 — Phase 3, CUSTOM_HTML_SIMPLE: /de/hotfix-sicherheitsluecke
 *          (page-id 133698)
 *
 * Long-form technical instruction page (many H2 "Maßnahme Nr. …" headings).
 * Pre-redesign leftover: all headings render at slate-grey #364856 instead of
 * the redesign Dark-Blue #0b1b45, and are not on the redesign "Kurdis" face.
 * No per-page Figma frame — goal is consistency with the redesign.
 *
 * Fix: align every content heading to the redesign type token and inline
 * content links to the redesign accent blue #2722f8.
 * -webkit-text-fill-color set alongside `color`.
 * ===================================================================== */

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

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