@import url("https://fonts.googleapis.com/css2?family=Syne+Mono&family=Syne:wght@400..800&display=swap");:root{--font-heading:"Syne",sans-serif;--font-body:"Syne",sans-serif}body{color:#000;font-family:var(--font-body);font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2.5rem,8vw,3rem);margin-bottom:1.5rem}h2{font-size:clamp(2rem,6vw,2rem)}h3{font-size:clamp(1.5rem,3vw,1.75rem)}h4{font-size:clamp(1.25rem,2.5vw,1.5rem)}h5{font-size:clamp(1.125rem,2vw,1.25rem)}h6{font-size:clamp(1rem,1.5vw,1.25rem)}p{font-size:1rem;margin-bottom:1rem}p,p.subtitle{line-height:1.4}p.subtitle{font-size:clamp(1.25rem,3vw,2.25rem);font-weight:300}.lead{font-size:1.25rem;font-weight:300;line-height:1.8}b,strong{font-weight:600}em,i{font-style:italic}small{font-size:.875rem}a{color:inherit;font-weight:500;transition:.2s ease}a:hover{opacity:.6}blockquote{border-left:3px solid #333;font-style:italic;margin:1.5rem 0;padding-left:1.5rem}code{border-radius:3px;font-family:Courier New,monospace;font-size:.9em;padding:.125rem .25rem}code,pre{background:#f4f4f4}pre{border-radius:5px;overflow-x:auto;padding:1rem}pre code{background:none;padding:0}