/* =====================================================================
 * JP-317 — Phase 3, CAMPAIGN_LP: /de/topnav-anfrage-danke (page-id 201040)
 *
 * Minimal confirmation ("Vielen Dank!") page. Its single content H1 renders as
 * plain black Inter on a white background — not on the redesign heading token.
 * No per-page Figma frame; goal is consistency with the redesign.
 *
 * Fix: H1 → redesign "Kurdis" face at Dark-Blue #0b1b45 (single heading on a
 * white bg, so navy is the correct on-light heading colour — safe). Both
 * `color` and `-webkit-text-fill-color` set (theme sets the latter and it wins
 * over `color` for glyph fill).
 * ===================================================================== */

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