/* =====================================================================
 * JP-193 — Phase 3, LEGAL_LONG: /de/agb (page-id 3627)
 *
 * Same pre-redesign leftover as JP-161: the AGB content H1 renders in the old
 * "Museo" face at slate-grey #364856 instead of the redesign "Kurdis" heading
 * face at Dark-Blue #0b1b45. No per-page Figma frame — goal is consistency
 * with the redesign design-language (ticket note). The page's inline
 * `list-style-type: lower-latin` styles are legitimate legal-list numbering
 * (a/b/c…) and are intentionally left untouched.
 *
 * Fix: align content headings to the redesign type token and inline content
 * links to the redesign accent blue. -webkit-text-fill-color must be set
 * alongside `color` (theme sets it and it wins over `color` for glyph fill).
 * ===================================================================== */

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

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