body {
  color: #ddd;
  background: #1e1e1e;
  margin: 0; }

header {
  background: #1e1e1e; }

html, p, li, a {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5; }

h1, h2, h3 {
  font-family: 'Amiri-Bold', serif;
  color: #ddd; }

h1 {
  font-size: 48px;
  margin-bottom: 0px; }

h2 {
  font-size: 36px;
  margin-top: 48px;
  margin-bottom: 12px; }

p {
  font-size: 18px; }

.ingress {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 32px; }

ul {
  padding-left: 18px; }

ul li {
  padding-bottom: 12px; }

dl {
  margin-top: 0; }

dt {
  font-weight: 600; }

dd {
  margin-left: 0px;
  margin-bottom: 24px; }

hr {
  border-color: #ddd; }

a {
  text-decoration: underline;
  color: #718792; }
  a:hover {
    text-decoration: none; }

footer {
  padding-top: 2em; }
  footer * {
    font-size: 12px; }

.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 1em;
  display: block; }

/*# sourceMappingURL=style.css.map */
