/* Onyx & Aurum — display-weight overrides.
   Marcellus is a single-weight face (400). The kit chassis asks headings, brand, kickers, buttons and step
   numbers for 600–700, which the browser would fake (faux-bold). Everything set in --display is pinned to 400
   here; body-font elements keep Manrope 600. Declared in tokens.css as KIT-EXCEPTION: synthetic-weights=display.
   Load AFTER chassis.css on every page (base.njk does). */
h1, h2, h3, .h-xl, .h-lg, .h-md, .brand-name, .footer-name,
.kicker, .btn, .steps > li::before, .menu-price, .contact-line { font-weight: 400; }
