/* Shared by the legal pages. They load no JavaScript, so this is the only
   dependency and it is deliberately small. */
*{box-sizing:border-box}
body{margin:0;background:#fff;color:#111;font:16px/1.65 "Avenir Next",Avenir,"Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}
.wrap{max-width:720px;margin:0 auto;padding:40px 24px 96px}
.wordmark{display:inline-flex;flex-direction:column;line-height:.86;text-decoration:none;margin-bottom:48px}
.wordmark span{font-size:18px;letter-spacing:-.045em;font-weight:900}
.wordmark b:nth-child(1){color:#3d91ef}.wordmark b:nth-child(2){color:#d92d7f}.wordmark b:nth-child(3){color:#e8ad00}
.wordmark small{margin-top:6px;font-size:8px;letter-spacing:.32em;font-weight:800}
h1{font-size:clamp(32px,6vw,44px);line-height:1.02;letter-spacing:-.04em;font-weight:800;margin:0 0 8px}
.updated{margin:0 0 40px;font-size:13px;color:#6d675f}
h2{font-size:20px;line-height:1.25;letter-spacing:-.02em;font-weight:800;margin:40px 0 10px}
p,li{margin:0 0 14px}
ul{padding-left:22px}
strong{font-weight:800}
.callout{padding:16px 18px;border:1px solid #111;border-radius:12px;background:#fff0aa;font-weight:700}
.callout p:last-child{margin-bottom:0}
footer{margin-top:64px;padding-top:24px;border-top:1px solid #d9d2c8;font-size:14px}
footer a{margin-right:16px}
a{color:#111;text-underline-offset:4px}
a:focus-visible{outline:3px solid #2357ff;outline-offset:3px}
