@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap";
:root{--background:#f8f4ef;--foreground:#4d4d4d;--heading-color:#333;--primary:#4abf29;--primary-hover:#dab49d;--selection-bg:#47c524;--card-bg:#fff;--border-color:#e1e8e1;--font-main:"Quicksand", sans-serif;--max-width:1200px;--narrow-width:750px;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:2rem;--spacing-xl:3rem;--spacing-2xl:4rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 30px #0000001a;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:100%}body{font-family:var(--font-main);color:var(--foreground);background-color:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;min-height:100dvh;font-size:1rem;font-weight:500;line-height:1.8}h1,h2,h3,h4,h5,h6{font-family:var(--font-main);color:var(--heading-color);letter-spacing:-.01em;font-weight:700;line-height:1.3}h1{font-size:2.25rem;line-height:1.2}h2{font-size:1.75rem;line-height:1.25}h3{font-size:1.375rem;line-height:1.3}h4{font-size:1.125rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}strong,b{font-weight:700}a{color:var(--primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--primary-hover)}a:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm)}::selection{background-color:var(--selection-bg);color:#000}::selection{background-color:var(--selection-bg);color:#000}img{max-width:100%;height:auto;display:block}ul,ol{padding-left:1.5rem}li{margin-bottom:.35rem}button{font-family:var(--font-main);cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none}button:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm)}input,textarea,select{font-family:var(--font-main);font-size:1rem;font-weight:500}hr{border:none;border-top:1px solid var(--border-color);margin:var(--spacing-lg) 0}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.container-narrow{max-width:var(--narrow-width);margin:0 auto;padding:0 2rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-center{text-align:center}.text-primary{color:var(--primary)}@media (max-width:768px){.container,.container-narrow{padding:0 1.25rem}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.2rem}body{line-height:1.7}}@media (max-width:480px){.container,.container-narrow{padding:0 1rem}h1{font-size:1.5rem}h2{font-size:1.3rem}}
