:root{--color-forest-green:#2d5a27;--color-sage:#f6f8f5;--color-leaf:#558b2f;--color-white:#fff;--color-text:#1a1a1a;--color-text-light:#525252;--font-display:"Instrument Serif", serif;--font-sans:"Instrument Sans", sans-serif;--transition-smooth:all .5s cubic-bezier(.19, 1, .22, 1);--space-2xs:4px;--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:80px;--space-5xl:120px;--container-max:1200px;--section-pad:var(--space-4xl);--section-pad-mobile:var(--space-3xl)}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-white);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);margin-top:0;font-weight:400}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container-max);padding:0 var(--space-lg);margin:0 auto}::selection{background-color:var(--color-forest-green);color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-sage)}::-webkit-scrollbar-thumb{background:var(--color-forest-green);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-leaf)}
