body {
  margin: 50px;
  font-family: 'CSWeb-Regular', Arial, sans-serif;
  color: #4d525a;
  background: #fff;
}

a {
  text-decoration: none;
  color: #0079d0;
}

hr {
  border: 0.5px solid #e3e1dc;
}

pre {
  background-color: #e3e1dc;
  border-radius: 5px;
  padding: 10px 25px;
  white-space: break-spaces;
}

code {
  background-color: #e3e1dc;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
}

td {
  border: 1px solid #e3e1dc;
  padding: 10px;
}

th {
  border: 1px solid #e3e1dc;
  border-bottom: 2px solid #e3e1dc;
  padding: 10px;
}

@font-face {
  font-family: 'CSWeb-Regular';
  src: url('https://cdn1.commonspirit.org/svc/fonts/v1/CSWeb-Regular.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
  font-weight: normal;
}
