:root{--background:#eee5e9;--foreground:#23395b;--muted:#5d6167;--line:#bfecf1;--surface:#d7f0f3;--surface-strong:#c6e3e7;--accent:#4a7c82;--accent-dark:#45696d;--green:#508361;--wood:#7d7368;--white:#fff}html{min-height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100vh;color:var(--foreground);background:var(--background);font-family:var(--font-body), sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{animation:.48s cubic-bezier(.22,1,.36,1) both pageEnter}@keyframes pageEnter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}p{color:var(--muted);line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:var(--font-title), serif}@media (prefers-reduced-motion:reduce){main{animation:none}}
