/* Chrome (header/footer) for the legal pages.
   Typography of the documents themselves ships inside each document. */

body {
  margin: 0;
  background: #fff;
  font-family: Poppins, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.doc-header {
  padding: 25px 25px 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
}

.doc-header img {
  display: inline-block;
  width: 140px;
  max-width: 100%;
  height: auto;
}

.doc-footer {
  margin-top: 25px;
  padding: 20px 10px;
  background: rgb(233 211 227);
  color: rgb(94 6 71);
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.doc-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.doc-footer p {
  margin: 5px 0;
}

.doc-footer a {
  color: rgb(94 6 71);
  font-size: 15px;
  text-decoration: none;
}

.doc-footer a:hover {
  text-decoration: underline;
}
