/* Shared editorial typography, based on the approved homepage hero. */
:root,html,body{
 --sans:'Inter Tight',Arial,sans-serif!important;
 --disp:'Inter Tight',Arial,sans-serif!important;
 --mono:'Inter Tight',Arial,sans-serif!important;
 --ital:'Instrument Serif',Georgia,serif!important;
 --em-face:'Instrument Serif',Georgia,serif!important;
 --em-style:italic!important;--em-weight:400!important;--em-size:1em!important;
 --hw:400!important;--htrack:-.035em!important;
}
body,button,input,textarea,select{font-family:var(--sans)}
body :is(h1,h2,h3,h4,h5,h6):not(.nm),body :is(.g-title,.ptitle,.journey-word,.dsk-word){font-family:var(--sans)!important;font-weight:400!important;letter-spacing:-.035em}
body :is(p,.mono,.promise-meta,.promise-good,.spec .cell .v,.spec .cell .k){font-family:var(--sans)!important;font-weight:400}
body :is(em,em.it){font-family:var(--ital)!important;font-style:italic!important;font-weight:400!important;font-stretch:normal!important;font-variation-settings:normal!important}
body :is(button,input,textarea,select){font-family:var(--sans)!important}
