/* =====================================================================
 * JP-325 — Phase 3, SITEMAP_UTIL: /de/sk-test (page-id 19)
 *
 * Low-traffic utility/test page. Same pre-redesign leftover: the "sk-test"
 * content H1 renders at slate-grey #364856 instead of the redesign Dark-Blue.
 * No per-page Figma frame — goal is consistency with the redesign.
 *
 * Fix: align content headings to the redesign type token (Kurdis + #0b1b45)
 * and inline content links to the redesign accent blue #2722f8.
 * -webkit-text-fill-color set alongside `color`.
 * ===================================================================== */

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

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