@media (min-width: 768px) {
  .text li {
    font-size: 16px;
  }
}

li.toc {
  font-size: 14px;
}

.list-indent {
  padding-left: 40px;
}

.selected li:marker {
  color: var(--white);
}

.selected {
  background: var(--green);
  color: var(--white);
}

.footer-basic a {
  color: var(--white);
}

.footer-basic {
  padding: 40px 0;
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
}

body {
  margin: 0;
  font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #373a3c;
  text-align: left;
  background-color: #fff;
}

