/* AA HELSE typography – matches the logo: Jost (text) and Cormorant Garamond (headings).
   Self-hosted variable fonts; nothing is loaded from Google. Injected on every page. */
@font-face{font-family:"AA Sans";src:url('/assets/fonts/jost-latin-wght-normal.woff2') format('woff2');font-weight:300 700;font-style:normal;font-display:swap}
@font-face{font-family:"AA Serif";src:url('/assets/fonts/cormorant-garamond-latin-wght-normal.woff2') format('woff2');font-weight:300 700;font-style:normal;font-display:swap}
:root{--aa-sans:"AA Sans",system-ui,-apple-system,"Segoe UI",sans-serif;--aa-serif:"AA Serif",Georgia,"Times New Roman",serif;--aa-heading:var(--aa-serif)}
/* Jost has a smaller x-height than the old font; font-size-adjust keeps text as readable as before. */
html body,html body.site-page,.language-bar,.visitor-settings,.visitor-choice,.visitor-details>summary,.visitor-actions button,.ra-dialog,.ra-panel{font-family:var(--aa-sans)!important;font-size-adjust:.49}
html body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
button,input,select,textarea{font-family:inherit}
/* Jost's heaviest weight is 700; keep bold text calm and even. */
html body b,html body strong{font-weight:600}
/* Headings in the logo's serif. */
html body h1,html body h2{font-family:var(--aa-heading)!important;font-weight:600!important;letter-spacing:-.005em!important;font-size-adjust:.43;font-feature-settings:"lnum" 1}
html body h1{line-height:1.08}
.visitor-choice h2,.ra-dialog h2,.ra-panel h2{font-family:var(--aa-sans)!important;font-size-adjust:.49;letter-spacing:0!important}
/* Buttons, labels and numbers stay in the text font. */
html body .btn,html body .primary,html body .opt,html body .tag,html body .kicker,html body .ey{font-family:var(--aa-sans)}
/* Admin tools: all text in Jost (set by the page transform with data-aa-admin). */
html[data-aa-admin]{--aa-heading:var(--aa-sans)}
html[data-aa-admin] body h1,html[data-aa-admin] body h2{font-size-adjust:.49;letter-spacing:-.01em!important}