/* =====================================================================
 * JP-313 — Phase 3, CAMPAIGN_LP: /de/lp-mc-anfrage (page-id 204127)
 *
 * Minimal confirmation ("Vielen Dank!") page — same case as JP-317: the single
 * content H1 is plain black Inter on white instead of the redesign heading
 * token. No per-page Figma frame; goal is consistency with the redesign.
 *
 * Fix: H1 → redesign "Kurdis" at Dark-Blue #0b1b45 (single heading on white →
 * navy is correct + safe). color + -webkit-text-fill-color both set.
 * ===================================================================== */

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