@font-face {
  font-family: "Inter";
  src: url("fonts/Inter.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --legal-ink: #102d30;
  --legal-muted: #5f7475;
  --legal-cyan: #168f9b;
  --legal-line: #d6e2df;
}

body {
  width: min(760px, calc(100% - 36px));
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 0 72px !important;
  background: #f5f8f6 !important;
  color: var(--legal-ink) !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  line-height: 1.72 !important;
  letter-spacing: 0;
}

a {
  color: var(--legal-cyan) !important;
}

.action {
  color: #06282c !important;
}

.legal-nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 72px;
  border-bottom: 1px solid var(--legal-line);
}

.legal-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--legal-ink) !important;
  font-weight: 820;
  text-decoration: none;
}

.legal-brand img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.legal-back {
  color: var(--legal-muted) !important;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

body > h1 {
  max-width: 640px;
  margin: 0 0 10px !important;
  font-size: clamp(2.3rem, 7vw, 4.2rem) !important;
  line-height: 1.04;
  letter-spacing: 0;
}

body > h2 {
  margin-top: 42px !important;
  padding-top: 30px;
  border-top: 1px solid var(--legal-line);
  color: var(--legal-ink);
  font-size: 1.15rem !important;
}

.updated,
.lead,
body > p,
body > ul,
body > ol {
  color: var(--legal-muted) !important;
}

body > p strong,
body > ul strong,
body > ol strong {
  color: var(--legal-ink);
}

.legal-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid var(--legal-line);
  color: var(--legal-muted);
  font-size: 0.8rem;
}

@media (max-width: 560px) {
  .legal-nav {
    min-height: 74px;
    margin-bottom: 48px;
  }

  .legal-brand span {
    display: none;
  }

  .legal-footer {
    flex-direction: column;
  }
}
