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

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/regular.woff2) format('woff2');
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/700.woff2) format('woff2');
}

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

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

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

.doc-footer {
  margin-top: 30px;
  padding: 28px 20px;
  background-color: rgb(67 57 14);
  color: rgba(123, 123, 123, 1);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.doc-footer p {
  max-width: 1180px;
  margin: 0 auto 14px;
}

.doc-footer a {
  color: rgba(123, 123, 123, 1);
  text-decoration: none;
}

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

.doc-footer__links a {
  margin: 0 4px;
}
