/* Typography for public documents. */
.privacy-page > h1 {
  margin:0 0 28px;
  padding:0 0 24px;
  border-bottom:1px solid #292b34;
  background:none;
  color:#f2f3f7;
  -webkit-text-fill-color:currentColor;
  font-size:clamp(26px,3.2vw,38px);
  font-weight:600;
  line-height:1.24;
  letter-spacing:-.025em;
  text-transform:none;
  text-align:left;
  text-wrap:balance;
  word-break:normal;
  overflow-wrap:break-word;
}
.privacy-page .article-bbcode > h2 {
  margin:34px 0 14px;
  color:#e9eaf0;
  font-size:clamp(20px,2vw,24px);
  font-weight:600;
  line-height:1.4;
  letter-spacing:-.015em;
  text-transform:none;
  text-wrap:pretty;
  overflow-wrap:break-word;
}
.privacy-page .article-bbcode > h3 {
  margin:24px 0 10px;
  color:#d9dbe5;
  font-size:18px;
  font-weight:600;
  line-height:1.45;
  letter-spacing:0;
  text-transform:none;
  text-wrap:pretty;
  overflow-wrap:break-word;
}
.privacy-page .article-bbcode > :is(h2,h3):first-child {margin-top:0}
@media(max-width:560px){
  .privacy-page > h1{margin-bottom:22px;padding-bottom:20px;line-height:1.3;letter-spacing:-.02em}
  .privacy-page .article-bbcode > h2{margin-top:28px}
}
