:root{--green-900:#15294a;--green-700:#234f79;--green-500:#3f6fa0;--green-300:#9dbdd8;--cream:#f7f4ec;--cream-2:#efe9db;--ink:#22272e;--muted:#59616b;--line:#dcd6c6;--white:#ffffff;--danger:#a4453a;--max:1080px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.65;font-size:17px;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Georgia,Times New Roman,serif;font-weight:600;line-height:1.2;color:var(--green-900);margin:0 0 .4em}h1{font-size:clamp(2.1rem,5vw,3.4rem)}h2{font-size:clamp(1.5rem,3.2vw,2.1rem)}h3{font-size:1.15rem;color:var(--green-700)}a{color:inherit}img{max-width:100%}.wrap{max-width:var(--max);margin-inline:auto;padding-inline:24px;width:100%}