
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Public+Sans:wght@400;600&display=swap");
html { color-scheme: light; }
body.theme-legal {
  --night: #f3efe6;
  --panel: #fffaf0;
  --bone: #121826;
  --mute: #4a5568;
  --gold: #1e3a5f;
  --cta: #1e3a5f;
  background: #e8e2d4;
  color: var(--bone);
  font-family: "Public Sans", system-ui, sans-serif;
}
body.theme-legal .top { background: #121826; border-bottom: 0; }
body.theme-legal .top-note, body.theme-legal .nav-toggle { color: #d6c7a1; }
body.theme-legal .nav a { color: #c5b48a; }
body.theme-legal .nav a[aria-current="page"] { background: #d6c7a1; color: #121826; }
body.theme-legal .offer-bar { background: #1e3a5f; border: 0; color: #fff; }
body.theme-legal .cta { border-radius: 0; background: #1e3a5f; }
body.theme-legal .page-head h1, body.theme-legal .stub-offer {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  letter-spacing: 0;
}
body.theme-legal .hero-art.in-doc {
  border: 8px solid #121826;
  padding: 0;
  background: #fff;
  margin: 0 0 1.2rem;
}
body.theme-legal .hero-art.in-doc img { display: block; width: 100%; height: auto; aspect-ratio: 16/7; object-fit: cover; }
body.theme-legal .facts dd { color: #1e3a5f; }
@media (min-width: 880px) {
  body.theme-legal .layout { grid-template-columns: minmax(0,1fr) 16.5rem; }
  body.theme-legal .stub { top: 5rem; border: 2px solid #121826; border-radius: 0; }
}
