:root{--color-primary:#8da489;--color-primary-foreground:#ffffff;--color-secondary:#dccbb4;--color-secondary-foreground:#2f4a3a;--color-foreground:#2f4a3a;--color-background:#f4efe6;--color-card:#f8eddb;--color-muted:#ede6d9;--color-muted-foreground:#5a6659;--color-border:rgb(141 164 137/0.3);--color-primary-strong:#587350;--color-primary-hover:#587350;--tint-primary-10:rgb(141 164 137/0.12);--tint-primary-25:rgb(141 164 137/0.25);--tint-secondary-20:rgb(220 203 180/0.35);--tint-secondary-25:rgb(220 203 180/0.45);--tint-muted-40:rgb(237 230 217/0.4);--tint-muted-60:rgb(237 230 217/0.6);--on-dark-strong:#ffffff;--on-dark-muted:rgb(255 255 255/0.7);--on-dark-surface:rgb(255 255 255/0.1);--on-dark-surface-hover:rgb(255 255 255/0.2);--on-dark-border:rgb(255 255 255/0.1);--family-sans:"Comic Sans MS","Comic Sans","Chalkboard SE","Comic Neue",cursive;--family-serif:var(--family-sans);--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.625;--radius-2xl:1rem;--radius-3xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--shadow-2xl:0 25px 50px -12px rgb(0 0 0/0.25);--container-max:72rem;--container-pad:1rem;--section-pad:5rem;--anchor-offset:6.5rem;--transition:150ms ease}*,:after,:before{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth;scroll-padding-top:var(--anchor-offset);-webkit-text-size-adjust:100%}body{min-height:100dvh;background-color:var(--color-background);color:var(--color-foreground);font-family:var(--family-sans);font-size:var(--text-base);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{font-family:var(--family-serif);font-weight:500;letter-spacing:-.01em;line-height:var(--leading-tight);text-wrap:balance}p{text-wrap:pretty}a{text-decoration:none}a,button{color:inherit}button{padding:0;border:0;background:none;font:inherit;cursor:pointer}ol,ul{padding:0;list-style:none}dd,dl,dt{margin:0}address{font-style:normal}img,svg{display:block}img{max-width:100%;height:auto}:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px;border-radius:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}.skip-link{position:absolute;left:1rem;top:-100%;z-index:100;border-radius:var(--radius-full);background-color:var(--color-primary);color:var(--color-primary-foreground);padding:.75rem 1.25rem;transition:top var(--transition)}.skip-link:focus-visible{top:1rem}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}