/* Waggoner Financial — unified typography across all five pages.
   Playfair Display: editorial headings. Manrope: interface, copy, forms.
   The existing page structure, navigation, branding and form fields are unchanged. */
:root{--wf-serif:"Playfair Display",Georgia,serif;--wf-sans:"Manrope",Arial,sans-serif}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body,button,input,select,textarea{font-family:var(--wf-sans)}
h1,h2,h3,h4,h5,h6,[class*="font-display-"],[class*="font-headline-"]{font-family:var(--wf-serif)}
[class*="font-body-"],[class*="font-label-"]{font-family:var(--wf-sans)}
/* Use restrained serif headings rather than disparate headline weights. */
h1,h2,h3,h4{font-kerning:normal;text-wrap:balance}
h1{letter-spacing:-.025em;line-height:1.14}
h2{letter-spacing:-.018em;line-height:1.23}
h3,h4{letter-spacing:-.01em;line-height:1.3}
p{line-height:1.65}
/* Gold eyebrow labels, navigation and form labels share a consistent rhythm. */
[class*="font-label-"]{font-weight:600}
header nav a{font-family:var(--wf-sans);letter-spacing:.035em}
button,input,select,textarea{font-size:inherit}
input,select,textarea{letter-spacing:normal;line-height:1.5}
label{font-family:var(--wf-sans)}
/* Preserve intentional italic gold emphasis in hero headings. */
h1 .italic,h2 .italic,h3 .italic{font-family:var(--wf-serif)}
@media(max-width:640px){h1{line-height:1.18}h2{line-height:1.25}p{line-height:1.6}}
