/**
 * jp-735-wawi-download-navy-text.css — JP-735
 *
 * Bug: on the JTL-Wawi Download page (/de/warenwirtschaftssystem-software/
 * jtl-wawi-download/, /en/erp-software/jtl-wawi-download/) the intro body copy
 * renders in grey #333 (theme default Inter) instead of the design's dark navy.
 * jp-436-wawi-download.css flipped the section HEADINGS (hero h1, release h2 +
 * eyebrow) and the tutorial body to navy, but missed two body-copy blocks:
 *   - Hero intro paragraph  (.hero-wawi-section__content--text)
 *   - Release intro paragraph (.wawi-release-widget__content--text)
 * Both sit on the light hero/page background, so per the hero design token
 * (Figma 374:7654 — dark-navy heading + dark-navy body on light) they must be
 * --jtl-dark-blue #0b1b45.
 *
 * Also fixes the EN scope gap: jp-436 scopes most rules to DE `page-id-31`
 * only, so the EN page (`page-id-268079`) never got them — this sheet covers
 * both ids.
 *
 * Page:  https://dev-jtl-trung.betterscale.dev/de/warenwirtschaftssystem-software/jtl-wawi-download/
 * Figma: https://www.figma.com/design/NGhRnXhpI8bbeDQhA9mUzD/JTL-Website-Modules-5?node-id=374-7654
 */

body:is(.page-id-31, .page-id-268079) .hero-wawi-section .hero-wawi-section__content--text,
body:is(.page-id-31, .page-id-268079) .hero-wawi-section .hero-wawi-section__content--text p,
body:is(.page-id-31, .page-id-268079) .wawi-release-section .wawi-release-widget__content--text,
body:is(.page-id-31, .page-id-268079) .wawi-release-section .wawi-release-widget__content--text p {
    color: #0b1b45 !important;
}
