/* Kashu — canonical heading scale (single source of truth).
   DM Sans 600 across the whole site. This file sets SIZE / WEIGHT / TRACKING /
   LINE-HEIGHT only — font-family is intentionally left to each page, so Pay
   (Albert Sans) and Wallet (Fraunces) keep their own typeface while matching
   the same scale. Linked into every control-panel page after its own styles.
   Embedded home-hero sections live in shadow DOM and are already on-spec. */
h1{font-weight:600!important;font-size:clamp(34px,5vw,52px)!important;letter-spacing:-0.05em!important;line-height:1.05!important}
h2{font-weight:600!important;font-size:clamp(26px,3.5vw,40px)!important;letter-spacing:-1px!important;line-height:1.08!important}
h3{font-weight:600!important;font-size:clamp(19px,1.8vw,22px)!important;letter-spacing:-.4px!important;line-height:1.2!important}

/* Exceptions — headings that are small labels / form titles, not display headings */
.panel-h h2{font-size:14px!important;font-weight:700!important;letter-spacing:.08em!important;line-height:1.3!important}
.form-head h2{font-size:1.28rem!important;letter-spacing:-.01em!important;line-height:1.2!important}
