/* Legal pages. Brand faces only: Manrope for text and interface,
   Cormorant Garamond for headings (brandbook p. 17). The generic
   families at the end of each stack are the technical fallback for a
   failed font load, never the intended design. Faces are loaded from
   ../fonts/fonts.css on this domain — no external request. */
*{box-sizing:border-box}body{margin:0;background:#faf8f3;color:#24372f;font:17px/1.7 "Manrope",Arial,Helvetica,sans-serif}main{max-width:850px;margin:auto;padding:40px 24px 72px}h1{font:500 clamp(30px,5vw,46px)/1.15 "Cormorant Garamond","Times New Roman",serif;overflow-wrap:anywhere}h2{font-family:"Cormorant Garamond","Times New Roman",serif;font-weight:400;font-size:26px;line-height:1.3;margin-top:34px}a{color:#285c48;text-underline-offset:3px}a:focus-visible{outline:3px solid #aa7a28;outline-offset:4px}.brand{letter-spacing:.15em;margin-top:35px}.edition{color:#637168;font-size:14px}nav{border-top:1px solid #ccd4ce;margin-top:40px;padding-top:24px}p{overflow-wrap:anywhere}@media(max-width:480px){main{padding:24px 18px 48px}body{font-size:16px}}