@font-face{font-family:Outfit;src:url(outfit.ttf)}@font-face{font-family:Nunito;src:url(nunito.ttf)}*{box-sizing:border-box}body{margin:0;background:#f4f7f3;color:#173a2b;font:18px/1.6 Nunito,system-ui,sans-serif}a{color:#24633e;text-underline-offset:4px}a:focus-visible{outline:3px solid #24633e;outline-offset:5px}header,main,footer{width:min(100% - 40px,1080px);margin:auto}header{padding:30px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}header img{width:125px;height:auto}nav{display:flex;gap:20px;flex-wrap:wrap;font-size:16px}main{padding:32px 0 70px}h1,h2,h3{font-family:Outfit,system-ui;line-height:1.12;letter-spacing:-.02em}h1{font-size:clamp(36px,6vw,62px);max-width:780px}h2{font-size:28px;margin-top:42px}p{max-width:760px}article{max-width:780px}.muted{color:#4f665b;font-size:16px}.tag{border:1px solid #b7cbb8;border-radius:30px;padding:8px 16px;display:inline-block;font-size:15px}.banner{width:100%;height:auto;display:block;border-radius:24px;margin:35px 0}.button{display:inline-block;background:#24633e;color:#fff;padding:13px 23px;border-radius:28px;text-decoration:none;min-height:48px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.grid figure{margin:0}.grid img{width:100%;height:auto;border-radius:18px;display:block}.grid figcaption{font-size:15px;padding-top:10px}footer{border-top:1px solid #cedbcf;padding:28px 0 40px;font-size:15px}.icon{width:104px;height:104px;border-radius:22px}pre{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;background:white;padding:20px;border:1px solid #d4e1d4;border-radius:16px}.skip{position:absolute;left:-9999px}.skip:focus{left:10px;top:10px;background:#fff;padding:10px;z-index:10}@media(max-width:700px){body{font-size:17px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}header,main,footer{width:calc(100% - 32px)}header{padding:22px 0}h2{font-size:25px}nav{gap:12px}.banner{border-radius:16px}}