*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--rich-green:#008955;--green:#2aa76f;--deep-green:#1d342c;--slate:#2e2e2e;--slate-soft:#5a5a5a;--blue:#1e90ff;--golden:#ffd700;--mint:#d8f6ec;--mint-soft:#ecfaf3;--cream:#faf8f4;--paper:#ffffff;--border-soft:rgba(29,52,44,0.08);--border-medium:rgba(29,52,44,0.16);--font-heading:var(--font-lora),Georgia,"Times New Roman",serif;--font-body:var(--font-roboto),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--section-y:clamp(64px,10vw,128px);--container-max:1160px;--container-pad:clamp(20px,4vw,40px)}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--slate);background:var(--cream);line-height:1.65;font-size:17px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@media (max-width:720px){body{font-size:16px}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--deep-green);line-height:1.12;letter-spacing:-.015em;font-weight:700}p{color:var(--slate)}p+p{margin-top:1.1em}a{color:var(--rich-green);text-decoration:none;transition:color .16s ease}a:hover{color:var(--deep-green)}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;display:block}